]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/fmt/ifmt-bad-format-args.stderr
New upstream version 1.54.0+dfsg1
[rustc.git] / src / test / ui / fmt / ifmt-bad-format-args.stderr
index 8bb0d40629f0a35f4ba619bc14cfb9787cb1c73f..d117f3254407bfb83165389ed5249919b6f952aa 100644 (file)
@@ -4,7 +4,7 @@ error: requires at least a format string argument
 LL |     format_args!();
    |     ^^^^^^^^^^^^^^^
    |
-   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
+   = note: this error originates in the macro `format_args` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: format argument must be a string literal
   --> $DIR/ifmt-bad-format-args.rs:3:18