about summary refs log tree commit diff
path: root/src/test/ui/macros/cfg.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/macros/cfg.stderr')
-rw-r--r--src/test/ui/macros/cfg.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/macros/cfg.stderr b/src/test/ui/macros/cfg.stderr
index bbfc5e27fec..a8e96c0137b 100644
--- a/src/test/ui/macros/cfg.stderr
+++ b/src/test/ui/macros/cfg.stderr
@@ -4,7 +4,7 @@ error: macro requires a cfg-pattern as an argument
 LL |     cfg!();
    |     ^^^^^^^ cfg-pattern required
    |
-   = 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 `cfg` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: expected identifier, found `123`
   --> $DIR/cfg.rs:3:10