blob: c897ab3531f0ef26ce0735d4b5bd58a783b1ccd5 [file] [log] [blame]
#![feature(inner_deref)]
fn main() {
let _result = &mut Ok(42).as_deref_mut();
//~^ ERROR no method named `as_deref_mut` found
}