summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/lint-ctypes-73249-3.stderr
blob: 83e2a233c43355aab8670baf6591a89c49ac7b44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: `extern` block uses type `Qux`, which is not FFI-safe
  --> $DIR/lint-ctypes-73249-3.rs:20:25
   |
LL |     pub fn lint_me() -> A;
   |                         ^ not FFI-safe
   |
note: the lint level is defined here
  --> $DIR/lint-ctypes-73249-3.rs:2:9
   |
LL | #![deny(improper_ctypes)]
   |         ^^^^^^^^^^^^^^^
   = note: opaque types have no C equivalent

error: aborting due to previous error