]> git.proxmox.com Git - rustc.git/blame - src/test/ui/lint/lint-ctypes-73249-2.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / lint / lint-ctypes-73249-2.stderr
CommitLineData
5e7ed085 1error: `extern` block uses type `Qux`, which is not FFI-safe
94222f64 2 --> $DIR/lint-ctypes-73249-2.rs:26:25
f035d41b
XL
3 |
4LL | pub fn lint_me() -> A<()>;
5 | ^^^^^ not FFI-safe
6 |
2b03887a 7 = note: opaque types have no C equivalent
f035d41b 8note: the lint level is defined here
94222f64 9 --> $DIR/lint-ctypes-73249-2.rs:2:9
f035d41b
XL
10 |
11LL | #![deny(improper_ctypes)]
12 | ^^^^^^^^^^^^^^^
f035d41b
XL
13
14error: aborting due to previous error
15