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
For example, code with deriving(IterBytes) seems to need a use core; in scope. however, this causes a warning: unused import. Removing the import causes a resolve error, though.
Or maybe the answer is for syntax extensions to not require a certain module to be in scope... I'm not sure.