You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: `extern` block uses type `Bar`, which is not FFI-safe
--> src/lib.rs:16:25
|
16 | pub fn lint_me() -> <Bar as Foo>::Assoc;
| ^^^^^^^^^^^^^^^^^^^ not FFI-safe
|
= note: `#[warn(improper_ctypes)]` on by default
= note: opaque types have no C equivalent
warning: 1 warning emitted