]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/E0705.stderr
Change feature edition error into a warning
[rust.git] / src / test / ui / E0705.stderr
index cab443a21372586d711f33cca59929c035ef0050..ebb8dd4975d6f101aa15f8b23f111fce301e49d6 100644 (file)
@@ -1,9 +1,6 @@
-error[E0705]: the feature `raw_identifiers` is included in the Rust 2018 edition
-  --> $DIR/E0705.rs:12:12
+warning[E0705]: the feature `raw_identifiers` is included in the Rust 2018 edition
+  --> $DIR/E0705.rs:14:12
    |
 LL | #![feature(raw_identifiers)]
    |            ^^^^^^^^^^^^^^^
 
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0705`.