rust/src/test/auxiliary/ambig_impl_2_lib.rs
2012-05-02 21:47:14 -07:00

2 lines
52 B
Rust

impl methods1 for uint { fn me() -> uint { self } }