Open plumenator opened 8 years ago
Same here, with:
rustc 1.10.0-nightly (ed7c56796 2016-04-17)
binary: rustc
commit-hash: ed7c56796ef17f13227a50dc1a72a018b1d5e33f
commit-date: 2016-04-17
host: x86_64-apple-darwin
release: 1.10.0-nightly
Cannot reproduce with
rustc 1.10.0-nightly (2174bd97c 2016-04-14)
binary: rustc
commit-hash: 2174bd97c1458d89a87eb2b614135d7ad68d6f18
commit-date: 2016-04-14
host: x86_64-unknown-linux-gnu
release: 1.10.0-nightly
nor
rustc 1.10.0-nightly (ed7c56796 2016-04-17)
binary: rustc
commit-hash: ed7c56796ef17f13227a50dc1a72a018b1d5e33f
commit-date: 2016-04-17
host: x86_64-unknown-linux-gnu
release: 1.10.0-nightly
I'm just doing cargo build && PATH="$PATH:$PWD/target/debug" cargo clippy -- -Wclippy_pedantic
, is there something I'm missing here? cargo test
also works fine though there are no tests to run.
cargo clippy causes an ICE: Probably rust-lang/rust#32797
I tried this:
I expected to see this happen: Compilation succeeds and clippy reports issues
Instead, this happened:
Meta
rustc --version --verbose
: