]> git.lizzy.rs Git - rust.git/blob - tests/ui/extern/extern-crate-multiple-missing.stderr
Rollup merge of #106717 - klensy:typo, r=lcnr
[rust.git] / tests / ui / extern / extern-crate-multiple-missing.stderr
1 error[E0463]: can't find crate for `bar`
2   --> $DIR/extern-crate-multiple-missing.rs:2:1
3    |
4 LL | extern crate bar;
5    | ^^^^^^^^^^^^^^^^^ can't find crate
6
7 error[E0463]: can't find crate for `foo`
8   --> $DIR/extern-crate-multiple-missing.rs:3:1
9    |
10 LL | extern crate foo;
11    | ^^^^^^^^^^^^^^^^^ can't find crate
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0463`.