...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. nominating well-covered
...even though mentioning the type works fine. This doesn't work:
but replacing the expression with
Noneworks fine.nominating well-covered