error: expected `{`, found `=`
--> stdin:1:45
|
1 | fn spread_at ( ) { let a = 0 ; for x in 1 ..= a { } }
| ^
thread 'main' panicked at 'rustfmt returned no code', src/libcore/option.rs:1188:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
Notice, however, that manually running rustfmt on that snippet works.
attempting to bundle the following file
causes a rustfmt failure:
Notice, however, that manually running rustfmt on that snippet works.