This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-12-05 13:13:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
83930ecdea
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 21:49:22 +00:00
fn
main
(
)
{
test: Fix fallout in tests
2015-04-18 05:12:20 +00:00
let
_f
=
10
i32
.
abs
;
//~ ERROR attempted to take value of method
Disallow implicitly binding methods in typechecker. Closes #2189.
2012-07-10 21:49:22 +00:00
}
Reference in New Issue
Copy Permalink