about summary refs log tree commit diff
path: root/src/test/ui/macros/format-parse-errors.stderr
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2022-06-20 19:25:52 -0700
committerMichael Goulet <michael@errs.io>2022-07-19 03:07:54 +0000
commit01b2379e4902658de68fcdca2a15b48fe4d57875 (patch)
tree4870efd0d9315ad6188f1c5f5ee763823ebd1afc /src/test/ui/macros/format-parse-errors.stderr
parent475aec11886250ec93fbb6e8e1e3dbd4b35dfc89 (diff)
Mention first and last macro in backtrace
Diffstat (limited to 'src/test/ui/macros/format-parse-errors.stderr')
-rw-r--r--src/test/ui/macros/format-parse-errors.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/macros/format-parse-errors.stderr b/src/test/ui/macros/format-parse-errors.stderr
index c0e766681fe..1a7578e6076 100644
--- a/src/test/ui/macros/format-parse-errors.stderr
+++ b/src/test/ui/macros/format-parse-errors.stderr
@@ -4,7 +4,7 @@ error: requires at least a format string argument
 LL |     format!();
    |     ^^^^^^^^^
    |
-   = note: this error originates in the macro `$crate::__export::format_args` (in Nightly builds, run with -Z macro-backtrace for more info)
+   = note: this error originates in the macro `$crate::__export::format_args` which comes from the expansion of the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: expected expression, found keyword `struct`
   --> $DIR/format-parse-errors.rs:5:13