You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2024. It is now read-only.
=== 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
==============
0 commit comments