mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
![]() |
error: expected one of `!` or `::`, found `Foor`
|
||
|
--> $DIR/struct.rs:1:8
|
||
|
|
|
||
|
LL | Struct Foor {
|
||
|
| ^^^^ expected one of `!` or `::`
|
||
|
|
||
|
error: aborting due to 1 previous error
|
||
|
|