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