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