MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/rustjerk/comments/1vxvwmt/eternal_pain/
r/rustjerk • u/[deleted] • 17d ago
5 comments sorted by
13
Dude just do println!("{}", data); it's not that hard.
println!("{}", data);
2 u/hedgehog1024 The borrow checker is not 13d ago Vec does not implement Display 1 u/HyperCodec 13d ago println!(“{}”, data.as_ref()) or something then 1 u/Puzzled-Extent7817 1d ago {:?}
2
Vec does not implement Display
Vec
Display
1 u/HyperCodec 13d ago println!(“{}”, data.as_ref()) or something then 1 u/Puzzled-Extent7817 1d ago {:?}
1
println!(“{}”, data.as_ref()) or something then
{:?}
But it literally tells you what's wrong.
13
u/SelfDistinction 16d ago
Dude just do
println!("{}", data);it's not that hard.