]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-crate-nonterminal-non-root.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[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:15:5
3    |
4 LL |     extern crate macro_crate_nonterminal;  //~ ERROR must be at the crate root
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0468`.