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