summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/lint-ctypes-73249-3.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/lint/lint-ctypes-73249-3.stderr')
-rw-r--r--src/test/ui/lint/lint-ctypes-73249-3.stderr15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/test/ui/lint/lint-ctypes-73249-3.stderr b/src/test/ui/lint/lint-ctypes-73249-3.stderr
deleted file mode 100644
index c41ce666d..000000000
--- a/src/test/ui/lint/lint-ctypes-73249-3.stderr
+++ /dev/null
@@ -1,15 +0,0 @@
-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: 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)]
- | ^^^^^^^^^^^^^^^
-
-error: aborting due to previous error
-