mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-21 07:58:17 +00:00
9 lines
212 B
Plaintext
9 lines
212 B
Plaintext
error: expected one of `!` or `::`, found `cat`
|
|
--> $DIR/class-implements-bad-trait.rs:2:7
|
|
|
|
|
LL | class cat : nonexistent {
|
|
| ^^^ expected one of `!` or `::`
|
|
|
|
error: aborting due to previous error
|
|
|