blob: 67ad73f58477396e6801f47bf01f1860c6fa3e8f [file] [log] [blame]
fn main() {
let _result = &mut Some(42).as_deref_mut();
//~^ ERROR no method named `as_deref_mut` found for type `std::option::Option<{integer}>`
}