]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/proc-macro/helper-attr-blocked-by-import-ambig.stderr
Auto merge of #106349 - LeSeulArtichaut:dyn-star-tracking-issue, r=jackh726
[rust.git] / src / test / ui / proc-macro / helper-attr-blocked-by-import-ambig.stderr
index 45b014c4b69fa161d2e4e4bc645c0a917a3133ee..9441cdcc8cf2a55a69d5861b92e67bc399f87e25 100644 (file)
@@ -26,9 +26,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 previous error; 1 warning emitted