We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
...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