Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 39b00cd

Browse files
committed
ices/96818.rs: fixed with errors
=== stdout === === stderr === error: expected one of `(`, `,`, `=`, `{`, or `}`, found `(String)` --> /home/runner/work/glacier/glacier/ices/96818.rs:7:26 | 7 | $token $($inner)? = $value, | ^^^^^^ expected one of `(`, `,`, `=`, `{`, or `}` ... 13 | values!(STRING(1) as (String) => cfg(test),); | -------------------------------------------- in this macro invocation | = 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 --> /home/runner/work/glacier/glacier/ices/96818.rs:7:26 | 7 | $token $($inner)? = $value, | ^^^^^^ ... 13 | values!(STRING(1) as (String) => cfg(test),); | -------------------------------------------- caused by the macro expansion here | = note: the usage of `values!` is likely invalid in item context error: expected one of `!` or `::`, found `<eof>` --> /home/runner/work/glacier/glacier/ices/96818.rs:13:9 | 13 | values!(STRING(1) as (String) => cfg(test),); | ^^^^^^ expected one of `!` or `::` error: aborting due to 3 previous errors ==============
1 parent 6eedf3a commit 39b00cd

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)