summaryrefslogtreecommitdiffstats
path: root/tests/ui/editions/edition-feature-redundant.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/editions/edition-feature-redundant.stderr9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/ui/editions/edition-feature-redundant.stderr b/tests/ui/editions/edition-feature-redundant.stderr
deleted file mode 100644
index b11e616d7..000000000
--- a/tests/ui/editions/edition-feature-redundant.stderr
+++ /dev/null
@@ -1,9 +0,0 @@
-warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition
- --> $DIR/edition-feature-redundant.rs:4:12
- |
-LL | #![feature(rust_2018_preview)]
- | ^^^^^^^^^^^^^^^^^
-
-warning: 1 warning emitted
-
-For more information about this error, try `rustc --explain E0705`.