summary refs log tree commit diff
path: root/src/test/ui/traits/trait-test.stderr
blob: 89dbb3dee8744be11eedea63d85e6fa41ec6f42d (plain)
1
2
3
4
5
6
7
8
9
error[E0404]: expected trait, found builtin type `isize`
  --> $DIR/trait-test.rs:13:6
   |
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`.