index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
issues
/
issue-50264-inner-deref-trait
/
option-as_deref.rs
blob: 160cfc3d46c39b9b7f1501c10c90580a7f4ccc63 (
plain
)
1
2
3
4
fn
main
()
{
let
_result
=
&
Some
(
42
).
as_deref
();
//~^ ERROR the method
}