Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-50264-inner-deref-trait
/
option-as_deref.rs
blob: 160cfc3d46c39b9b7f1501c10c90580a7f4ccc63 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
let
_result
=
&
Some
(
42
).
as_deref
();
//~^ ERROR the method
}