]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/lint-ctypes-73249-2.stderr
Auto merge of #107185 - compiler-errors:rollup-wkomjma, r=compiler-errors
[rust.git] / tests / ui / lint / lint-ctypes-73249-2.stderr
1 error: `extern` block uses type `Qux`, which is not FFI-safe
2   --> $DIR/lint-ctypes-73249-2.rs:26:25
3    |
4 LL |     pub fn lint_me() -> A<()>;
5    |                         ^^^^^ not FFI-safe
6    |
7    = note: opaque types have no C equivalent
8 note: the lint level is defined here
9   --> $DIR/lint-ctypes-73249-2.rs:2:9
10    |
11 LL | #![deny(improper_ctypes)]
12    |         ^^^^^^^^^^^^^^^
13
14 error: aborting due to previous error
15