rust/src/test/ui/macros/macro-crate-nonterminal-non-root.stderr

10 lines
369 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error[E0468]: an `extern crate` loading macros must be at the crate root
--> $DIR/macro-crate-nonterminal-non-root.rs:15:5
|
LL | extern crate macro_crate_nonterminal; //~ ERROR must be at the crate root
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0468`.