summaryrefslogtreecommitdiffstats
path: root/src/test/ui/macros/macro-crate-nonterminal-non-root.stderr
blob: 1eca0186da955190784a732f5a252162976ef243 (plain)
1
2
3
4
5
6
7
8
9
error[E0468]: an `extern crate` loading macros must be at the crate root
  --> $DIR/macro-crate-nonterminal-non-root.rs:5:5
   |
LL |     extern crate macro_crate_nonterminal;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0468`.