mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
16 lines
413 B
Plaintext
16 lines
413 B
Plaintext
error: `extern` block uses type `A`, which is not FFI-safe
|
|
--> $DIR/opaque-ty-ffi-unsafe.rs:11:24
|
|
|
|
|
LL | pub(crate) fn a(_: A);
|
|
| ^ not FFI-safe
|
|
|
|
|
= note: opaque types have no C equivalent
|
|
note: the lint level is defined here
|
|
--> $DIR/opaque-ty-ffi-unsafe.rs:2:9
|
|
|
|
|
LL | #![deny(improper_ctypes)]
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|