2021-08-26 18:37:44 +00:00
|
|
|
error[E0786]: found invalid metadata files for crate `foo`
|
|
|
|
|
--> $DIR/invalid-rlib.rs:7:7
|
|
|
|
|
|
|
|
|
|
|
LL | use ::foo;
|
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
|
|
= note: failed to mmap file 'auxiliary/libfoo.rlib'
|
|
|
|
|
|
2025-09-02 15:03:11 +03:00
|
|
|
error: aborting due to 1 previous error
|
2021-08-26 18:37:44 +00:00
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0786`.
|