5 lines
84 B
Rust
5 lines
84 B
Rust
fn main() {
|
|
let _result = &mut Some(42).as_deref_mut();
|
|
//~^ ERROR the method
|
|
}
|