]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/macro-crate-nonterminal-non-root.stderr
Rollup merge of #106970 - kylematsuda:earlybinder-item-bounds, r=lcnr
[rust.git] / tests / 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`.