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
Concrete case: When importing the ensure macro from anyhow, the syntax highlighting of the ensure token at the use declaration will be that of a module instead of a macro.
A module ensure does exist in anyhow, but it's private and cannot be imported, so this should be unambiguous.
Activity