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
/
src
/
test
/
ui
/
implicit-method-bind.rs
blob: 5e27516a89a413878e325728c8af24f5d5b30eac (
plain
)
1
2
3
fn
main
()
{
let
_f
=
10
i32
.
abs
;
//~ ERROR attempted to take value of method
}