]> git.lizzy.rs Git - rust.git/blob - tests/ui/crate-loading/invalid-rlib.stderr
Auto merge of #106825 - weihanglo:update-cargo, r=weihanglo
[rust.git] / tests / ui / crate-loading / invalid-rlib.stderr
1 error[E0786]: found invalid metadata files for crate `foo`
2   --> $DIR/invalid-rlib.rs:7:7
3    |
4 LL | use ::foo;
5    |       ^^^
6    |
7    = note: failed to mmap file 'auxiliary/libfoo.rlib'
8
9 error[E0786]: found invalid metadata files for crate `foo`
10   --> $DIR/invalid-rlib.rs:7:7
11    |
12 LL | use ::foo;
13    |       ^^^
14    |
15    = note: failed to mmap file 'auxiliary/libfoo.rlib'
16
17 error: aborting due to 2 previous errors
18
19 For more information about this error, try `rustc --explain E0786`.