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
e2f33e6883
rust
/
src
/
test
/
auxiliary
/
ambig_impl_2_lib.rs
5 lines
77 B
Rust
Raw
Normal View
History
Unescape
Escape
rustc: Implement and enforce instance coherence
2012-07-11 17:00:40 -05:00
trait
me
{
fn
me
(
)
->
uint
;
}
Convert impls to new syntax
2012-08-07 20:10:06 -05:00
impl
uint
:
me
{
fn
me
(
)
->
uint
{
self
}
}
Reference in New Issue
Copy Permalink