]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/lint/lint-pre-expansion-extern-module.stderr
Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=GuillaumeGomez
[rust.git] / src / test / ui / lint / lint-pre-expansion-extern-module.stderr
index 6efd03f14a1dcb14e6e9945f0c6646b855925588..3355bb4e4ff402042bdf9a708d7d4de0db5d6161 100644 (file)
@@ -5,7 +5,7 @@ LL | pub fn try() {}
    |        ^^^ help: you can use a raw identifier to stay compatible: `r#try`
    |
    = note: `-W keyword-idents` implied by `-W rust-2018-compatibility`
-   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition!
+   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
    = note: for more information, see issue #49716 <https://github.com/rust-lang/rust/issues/49716>
 
 warning: 1 warning emitted