]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/lint/semicolon-in-expressions-from-macros/warn-semicolon-in-expressions-from-macros.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / lint / semicolon-in-expressions-from-macros / warn-semicolon-in-expressions-from-macros.stderr
index d770a8c8f36e6f7c6b3d3c91d599220f925f12dc..16c152eb23c2d7f12a05b99db2d55d09b9ad3e8d 100644 (file)
@@ -7,9 +7,9 @@ LL |         true;
 LL |         _ => foo!()
    |              ------ in this macro invocation
    |
-   = note: `#[warn(semicolon_in_expressions_from_macros)]` 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 #79813 <https://github.com/rust-lang/rust/issues/79813>
+   = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default
    = note: this warning originates in the macro `foo` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 warning: 1 warning emitted