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