]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/proc-macro/derive-helper-shadowing.stderr
Auto merge of #106349 - LeSeulArtichaut:dyn-star-tracking-issue, r=jackh726
[rust.git] / src / test / ui / proc-macro / derive-helper-shadowing.stderr
index d8287eb73db01ae4958f7f94927b6ff016b78b3a..9c52ca422411619619b3aa74a3ee0c49b26d3046 100644 (file)
@@ -80,9 +80,9 @@ LL | #[empty_helper]
 LL | #[derive(Empty)]
    |          ----- the attribute is introduced here
    |
-   = note: `#[warn(legacy_derive_helpers)]` on by default
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
+   = note: `#[warn(legacy_derive_helpers)]` on by default
 
 error: aborting due to 5 previous errors; 1 warning emitted