1
Fork 0
rust/src/test/ui/traits/trait-test.stderr

10 lines
291 B
Text
Raw Normal View History

2018-08-08 14:28:26 +02:00
error[E0404]: expected trait, found builtin type `isize`
--> $DIR/trait-test.rs:14:6
2018-08-08 14:28:26 +02:00
|
LL | impl isize for usize { fn foo(&self) {} } //~ ERROR trait
| ^^^^^ not a trait
error: aborting due to previous error
For more information about this error, try `rustc --explain E0404`.