2018-08-08 14:28:26 +02:00
|
|
|
error[E0404]: expected trait, found builtin type `isize`
|
2018-12-16 22:21:47 -05:00
|
|
|
--> $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`.
|