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
test.rs:2:5: 2:9 error: expected identifier, found keyword `enum`
test.rs:2 enum A
^~~~
test.rs:2:10: 2:11 error: expected one of `(`, `,`, `=`, `{`, or `}`, found `A`
test.rs:2 enum A
^
and
test.rs:2:5: 2:8 error: expected identifier, found keyword `mod`
test.rs:2 mod A
^~~
test.rs:2:9: 2:10 error: expected `:`, found `A`
test.rs:2 mod A
^