rust/tests/ui/imports/resolve-other-libc.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
189 B
Plaintext
Raw Normal View History

error: extern location for libc does not exist: test.rlib
--> $DIR/resolve-other-libc.rs:12:1
|
LL | extern crate libc;
| ^^^^^^^^^^^^^^^^^^
error: aborting due to previous error