summaryrefslogtreecommitdiffstats
path: root/src/test/ui/feature-gates/feature-gate-staged_api.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/feature-gates/feature-gate-staged_api.stderr')
-rw-r--r--src/test/ui/feature-gates/feature-gate-staged_api.stderr15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/test/ui/feature-gates/feature-gate-staged_api.stderr b/src/test/ui/feature-gates/feature-gate-staged_api.stderr
deleted file mode 100644
index 951bb5a17..000000000
--- a/src/test/ui/feature-gates/feature-gate-staged_api.stderr
+++ /dev/null
@@ -1,15 +0,0 @@
-error[E0734]: stability attributes may not be used outside of the standard library
- --> $DIR/feature-gate-staged_api.rs:8:1
- |
-LL | #[stable(feature = "a", since = "b")]
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-error[E0734]: stability attributes may not be used outside of the standard library
- --> $DIR/feature-gate-staged_api.rs:1:1
- |
-LL | #![stable(feature = "a", since = "b")]
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-error: aborting due to 2 previous errors
-
-For more information about this error, try `rustc --explain E0734`.