blob: 8a84d5e918ee1a23d91bb88d56f1408e9f91c2b9 [file]
error[E0433]: cannot find module or crate `libc` in this scope
--> $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`.