We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
...even though mentioning the type works fine. This doesn't work:
use std::util; fn main() { let _: Option<util::NonCopyable> = Some(util::NonCopyable); }
but replacing the expression with None works fine.
None
nominating well-covered