blob: 45583466adc2c122b73fbc7004a689fa7d3c8c6b [file] [log] [blame]
error: expected one of `!` or `::`, found `cat`
--> $DIR/class-implements-bad-trait.rs:2:7
|
LL | class cat : nonexistent {
| ^^^ expected one of `!` or `::` here
error: aborting due to previous error