You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `Foo`
--> src/main.rs:2:8
|
2 | Struct Foo {
| ^^^ expected one of 8 possible tokens
Identical on stable and nightly (per playground).
It would be friendler to show some help about the proper casing of struct.