This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4d55affc12
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 16:49:22 -05:00
fn
main
(
)
{
test: Fix fallout in tests
2015-04-18 00:12:20 -05:00
let
_f
=
10
i32
.
abs
;
//~ ERROR attempted to take value of method
Disallow implicitly binding methods in typechecker. Closes #2189.
2012-07-10 16:49:22 -05:00
}
Reference in New Issue
Copy Permalink