Error code E0468
A non-root module tried to import macros from another crate.
Example of erroneous code:
ⓘ
Only extern crate
imports at the crate root level are allowed to import
macros.
Either move the macro import to crate root or do without the foreign macros. This will work: