]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/inference-variable-behind-raw-pointer.stderr
rename epoch to edition
[rust.git] / src / test / ui / inference-variable-behind-raw-pointer.stderr
index eb40151615dad8b80950c6baee3459dd9b7b0725..fe6dc0b07482f60ac1a21da4eb6dd25626110693 100644 (file)
@@ -5,6 +5,6 @@ LL |     if data.is_null() {}
    |             ^^^^^^^
    |
    = note: #[warn(tyvar_behind_raw_pointer)] on by default
-   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 epoch!
+   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition!
    = note: for more information, see issue #46906 <https://github.com/rust-lang/rust/issues/46906>