summaryrefslogtreecommitdiffstats
path: root/src/test/ui/unwind-abis/ffi-unwind-calls-lint.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/unwind-abis/ffi-unwind-calls-lint.stderr')
-rw-r--r--src/test/ui/unwind-abis/ffi-unwind-calls-lint.stderr20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/test/ui/unwind-abis/ffi-unwind-calls-lint.stderr b/src/test/ui/unwind-abis/ffi-unwind-calls-lint.stderr
deleted file mode 100644
index 937a2b3df..000000000
--- a/src/test/ui/unwind-abis/ffi-unwind-calls-lint.stderr
+++ /dev/null
@@ -1,20 +0,0 @@
-warning: call to foreign function with FFI-unwind ABI
- --> $DIR/ffi-unwind-calls-lint.rs:20:14
- |
-LL | unsafe { foo(); }
- | ^^^^^ call to foreign function with FFI-unwind ABI
- |
-note: the lint level is defined here
- --> $DIR/ffi-unwind-calls-lint.rs:5:9
- |
-LL | #![warn(ffi_unwind_calls)]
- | ^^^^^^^^^^^^^^^^
-
-warning: call to function pointer with FFI-unwind ABI
- --> $DIR/ffi-unwind-calls-lint.rs:24:5
- |
-LL | ptr();
- | ^^^^^ call to function pointer with FFI-unwind ABI
-
-warning: 2 warnings emitted
-