summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/lint-ctypes-73251-2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/lint/lint-ctypes-73251-2.stderr')
-rw-r--r--src/test/ui/lint/lint-ctypes-73251-2.stderr15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/test/ui/lint/lint-ctypes-73251-2.stderr b/src/test/ui/lint/lint-ctypes-73251-2.stderr
deleted file mode 100644
index 0b3de379c..000000000
--- a/src/test/ui/lint/lint-ctypes-73251-2.stderr
+++ /dev/null
@@ -1,15 +0,0 @@
-error: `extern` block uses type `AliasA`, which is not FFI-safe
- --> $DIR/lint-ctypes-73251-2.rs:36:25
- |
-LL | pub fn lint_me() -> <AliasB as TraitB>::Assoc;
- | ^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
- |
- = note: opaque types have no C equivalent
-note: the lint level is defined here
- --> $DIR/lint-ctypes-73251-2.rs:2:9
- |
-LL | #![deny(improper_ctypes)]
- | ^^^^^^^^^^^^^^^
-
-error: aborting due to previous error
-