]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui-fulldeps/outlive-expansion-phase.stderr
Merge branch 'master' into rusty-hermit
[rust.git] / src / test / ui-fulldeps / outlive-expansion-phase.stderr
index 68e143d86eeb2ec800956811ea79f1a6bc4d953c..d06fc480fb52255e8700c3023e0268965b5e9ed1 100644 (file)
@@ -1,8 +1,8 @@
-warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/issues/29597
+warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
   --> $DIR/outlive-expansion-phase.rs:6:1
    |
 LL | #![plugin(outlive_expansion_phase)]
-   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute
+   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
    |
    = note: `#[warn(deprecated)]` on by default