summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rfc-2627-raw-dylib/link-ordinal-not-foreign-fn.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/rfc-2627-raw-dylib/link-ordinal-not-foreign-fn.stderr')
-rw-r--r--src/test/ui/rfc-2627-raw-dylib/link-ordinal-not-foreign-fn.stderr20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/test/ui/rfc-2627-raw-dylib/link-ordinal-not-foreign-fn.stderr b/src/test/ui/rfc-2627-raw-dylib/link-ordinal-not-foreign-fn.stderr
deleted file mode 100644
index ec4104fbe..000000000
--- a/src/test/ui/rfc-2627-raw-dylib/link-ordinal-not-foreign-fn.stderr
+++ /dev/null
@@ -1,20 +0,0 @@
-error: attribute should be applied to a foreign function or static
- --> $DIR/link-ordinal-not-foreign-fn.rs:3:1
- |
-LL | #[link_ordinal(123)]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: attribute should be applied to a foreign function or static
- --> $DIR/link-ordinal-not-foreign-fn.rs:7:1
- |
-LL | #[link_ordinal(123)]
- | ^^^^^^^^^^^^^^^^^^^^
-
-error: attribute should be applied to a foreign function or static
- --> $DIR/link-ordinal-not-foreign-fn.rs:11:1
- |
-LL | #[link_ordinal(42)]
- | ^^^^^^^^^^^^^^^^^^^
-
-error: aborting due to 3 previous errors
-