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
I was a bit confused by the chapter about macro imports. See this StackOverflow question. In short: there are some macros in std that cannot be imported via use. Maybe this should be mentioned? Right now it sounds like I can import all macros from extern crates via use.
And/or: maybe this is a bug and it should be possible to import the macros via use, too?