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