Closed
Description
env
- clippy:
clippy 0.0.212 (5c1f21c 2020-07-13)
- rustc :
rustc 1.45.0 (5c1f21c3b 2020-07-13)
- os:
Mint 18.3 sylvia
$ cargo clippy --all-targets --all-features -- -D warnings
Checking rtb-rust v0.1.0 (/home/hello/rtb-rust)
thread 'rustc' panicked at 'assertion failed: bpos.to_u32() >= mbc.pos.to_u32() + mbc.bytes as u32', src/librustc_span/source_map.rs:906:17
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust-clippy/issues/new
note: Clippy version: clippy 0.0.212 (5c1f21c 2020-07-13)
thread 'rustc' panicked at 'assertion failed: bpos.to_u32() >= mbc.pos.to_u32() + mbc.bytes as u32', src/librustc_span/source_map.rs:906:17
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust-clippy/issues/new
note: Clippy version: clippy 0.0.212 (5c1f21c 2020-07-13)
error: could not compile `rtb-rust`.
To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: build failed