summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rfc-2627-raw-dylib/unsupported-abi.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/rfc-2627-raw-dylib/unsupported-abi.stderr')
-rw-r--r--src/test/ui/rfc-2627-raw-dylib/unsupported-abi.stderr8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/ui/rfc-2627-raw-dylib/unsupported-abi.stderr b/src/test/ui/rfc-2627-raw-dylib/unsupported-abi.stderr
deleted file mode 100644
index f8265ae69..000000000
--- a/src/test/ui/rfc-2627-raw-dylib/unsupported-abi.stderr
+++ /dev/null
@@ -1,8 +0,0 @@
-error: ABI not supported by `#[link(kind = "raw-dylib")]` on this architecture
- --> $DIR/unsupported-abi.rs:6:5
- |
-LL | fn f(x: i32);
- | ^^^^^^^^^^^^^
-
-error: aborting due to previous error
-