6 lines
92 B
Rust
6 lines
92 B
Rust
trait foo { fn foo(); }
|
|
|
|
impl of int for uint { fn foo() {} } //~ ERROR trait
|
|
|
|
fn main() {}
|