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
structA;// okimplA;// oktraitB;// error - must be `trait B {}`implBforA;// okenumC;// error - must be `enum C {}`extern;// error - must be `extern {}`fnfoo();// error - must be `fn foo() {}`
The error on fn foo(); should probably stay, but I've included it for completion sake.