summaryrefslogtreecommitdiffstats
path: root/src/test/ui/macros/syntax-error-recovery.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/macros/syntax-error-recovery.stderr')
-rw-r--r--src/test/ui/macros/syntax-error-recovery.stderr1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/macros/syntax-error-recovery.stderr b/src/test/ui/macros/syntax-error-recovery.stderr
index c153b3b91..c42ee9b29 100644
--- a/src/test/ui/macros/syntax-error-recovery.stderr
+++ b/src/test/ui/macros/syntax-error-recovery.stderr
@@ -7,6 +7,7 @@ LL | $token $($inner)? = $value,
LL | values!(STRING(1) as (String) => cfg(test),);
| -------------------------------------------- in this macro invocation
|
+ = help: enum variants can be `Variant`, `Variant = <integer>`, `Variant(Type, ..., TypeN)` or `Variant { fields: Types }`
= note: this error originates in the macro `values` (in Nightly builds, run with -Z macro-backtrace for more info)
error: macro expansion ignores token `(String)` and any following