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
error: expected one of `move`, `|`, or `||`, found keyword `static` --> repro.rs:7:13 |4 | ($e:expr) => {}; | ------- while parsing argument for this `expr` macro fragment...7 | expr!(async static || {}); | ^^^^^^ expected one of `move`, `|`, or `||`
The text was updated successfully, but these errors were encountered:
As of current master (7b8303d),
cargo run --bin rustfmt -- repro.rs --emit=stdout --edition=2021
creates the following diff:which fails to compile:
The text was updated successfully, but these errors were encountered: