Sign in
android
/
toolchain
/
rustc
/
3b664ca54b09788037e50e8bf4cb1881bcd6cb8d
/
.
/
src
/
test
/
ui
/
issues
/
issue-50264-inner-deref-trait
/
option-as_deref.rs
blob: 153ca0843d6a53c1ab34a385aeb2d9c704edff23 [
file
] [
log
] [
blame
]
fn
main
()
{
let
_result
=
&
Some
(
42
).
as_deref
();
//~^ ERROR no method named `as_deref` found for enum `Option<{integer}>`
}