summary refs log tree commit diff
path: root/src/test/ui/crate-loading/invalid-rlib.stderr
blob: b2c79f742fb3090cfc84dba8a9ab1af5e61d3799 (plain)
1
2
3
4
5
6
7
8
9
10
11
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'

error: aborting due to previous error

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