This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
58e901b6fd1163172149fd422565523b17eed5f0
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 New Issue
Copy Permalink