about summary refs log tree commit diff
path: root/src/test/ui/editions/edition-feature-redundant.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/editions/edition-feature-redundant.stderr')
-rw-r--r--src/test/ui/editions/edition-feature-redundant.stderr9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/ui/editions/edition-feature-redundant.stderr b/src/test/ui/editions/edition-feature-redundant.stderr
deleted file mode 100644
index b11e616d7f2..00000000000
--- a/src/test/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`.