We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A fellow Rust programmer pointed me to this mistake in my code:
I'm quite new to Rust, but is there ever a point where Vec<Box<T: Sized>> is correct?
Activity