]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/macros/derive-in-eager-expansion-hang.stderr
Auto merge of #83152 - guswynn:jemallocator_part2, r=Mark-Simulacrum
[rust.git] / src / test / ui / macros / derive-in-eager-expansion-hang.stderr
index 0e2fb4c8af51399d7d5a683c2f4bee88abef94b2..5943a252579abb5ffe5ad5fb3a3785d013947a04 100644 (file)
@@ -12,6 +12,7 @@ LL | |     }
 LL |       format_args!(hang!());
    |                    ------- in this macro invocation
    |
+   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
 help: you might be missing a string literal to format with
    |
 LL |     format_args!("{}", hang!());