]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/lint/lint-ctypes-73249-3.stderr
Auto merge of #106349 - LeSeulArtichaut:dyn-star-tracking-issue, r=jackh726
[rust.git] / src / test / ui / lint / lint-ctypes-73249-3.stderr
index 83e2a233c43355aab8670baf6591a89c49ac7b44..c41ce666db872ceab03b178e9f069ed643b89d74 100644 (file)
@@ -4,12 +4,12 @@ error: `extern` block uses type `Qux`, which is not FFI-safe
 LL |     pub fn lint_me() -> A;
    |                         ^ not FFI-safe
    |
+   = note: opaque types have no C equivalent
 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