]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-crate-nonterminal-non-root.stderr
Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centril
[rust.git] / src / test / ui / macros / macro-crate-nonterminal-non-root.stderr
1 error[E0468]: an `extern crate` loading macros must be at the crate root
2   --> $DIR/macro-crate-nonterminal-non-root.rs:5:5
3    |
4 LL |     extern crate macro_crate_nonterminal;
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0468`.