about summary refs log tree commit diff
path: root/tests/ui/foreign/stashed-issue-121451.stderr
blob: 31dd3b4fb5e8dc4aad089fd786a6569d2dbe7cda (plain)
1
2
3
4
5
6
7
8
9
10
11
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`.