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
thread 'main' panicked at 'bad span: .: ``', src/tools/rustfmt/src/source_map.rs:52:13
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
It seems to be caused by having the tuple of tuples access chained. Removing the final .0 and .1 makes it disappear.
Describe the bug
rustfmt crashes:
thread 'main' panicked at 'bad span:
.
: ``', src/tools/rustfmt/src/source_map.rs:52:13note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceIt seems to be caused by having the tuple of tuples access chained. Removing the final .0 and .1 makes it disappear.
To Reproduce
Meta
The text was updated successfully, but these errors were encountered: