This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
eb1639bd33
rust
/
tests
/
ui
/
implicit-method-bind.rs
4 lines
82 B
Rust
Raw
Normal View
History
Unescape
Escape
Disallow implicitly binding methods in typechecker. Closes #2189.
2012-07-10 14:49:22 -07:00
fn
main
(
)
{
test: Fix fallout in tests
2015-04-17 22:12:20 -07:00
let
_f
=
10
i32
.
abs
;
//~ ERROR attempted to take value of method
Disallow implicitly binding methods in typechecker. Closes #2189.
2012-07-10 14:49:22 -07:00
}
Reference in a new issue
Copy permalink