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
/
result-as_deref_mut.rs
blob: 3507d1d8e7e3e4afd524b853f0388790c695a8e1 (
plain
)
1
2
3
4
fn
main
()
{
let
_result
=
&
mut
Ok
(
42
).
as_deref_mut
();
//~^ ERROR the method
}