blob: 153ca0843d6a53c1ab34a385aeb2d9c704edff23 [file] [log] [blame]
fn main() {
let _result = &Some(42).as_deref();
//~^ ERROR no method named `as_deref` found for enum `Option<{integer}>`
}