blob: 31dd3b4fb5e8dc4aad089fd786a6569d2dbe7cda [file] [log] [blame]
error[E0433]: failed to resolve: use of unresolved module or unlinked crate `libc`
--> $DIR/stashed-issue-121451.rs:1:23
|
LL | extern "C" fn _f() -> libc::uintptr_t {}
| ^^^^ use of unresolved module or unlinked crate `libc`
|
= help: you might be missing a crate named `libc`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0433`.