compiler panic on trailing whitespace with await. #6409
Labels
bug
Panic, non-idempotency, invalid code, etc.
duplicate
e-trailing whitespace
error[internal]: left behind trailing whitespace
Today with
cargo fmt
I goterror: the compiler unexpectedly panicked. this is a bug.
I've managed to narrow the offending code down to this.
Steps to reproduce:
cargo fmt
Observations:
Here is the output on the terminal.
This happened with rust 1.82 and rust 1.83 with no discernible differences. The following is from 1.83.
The text was updated successfully, but these errors were encountered: