blob: 160cfc3d46c39b9b7f1501c10c90580a7f4ccc63 [file] [log] [blame] [edit]
fn main() {
let _result = &Some(42).as_deref();
//~^ ERROR the method
}