ICE trying to run cargo clippy on hello world lib.rs #63876
Labels
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-cargo
Relevant to the cargo team, which will review and decide on the PR/issue.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I just tried running
cargo clippy
on the exercism rust track hello world (https://exercism.io)I tried this code:
Here are the contents of the folder I'm trying to run it on: https://github.com/nico-abram/rust_test_exercism
I expected to see this happen: Clippy.
Instead, this happened: https://i.imgur.com/VFsT3ig.png . Backtrace: https://i.imgur.com/DYxGBaU.png . Log: https://github.com/nico-abram/rust_test_exercism/blob/master/error.log
Meta
rustc --version --verbose
:rustc 1.38.0-nightly (60960a2 2019-08-12)
binary: rustc
commit-hash: 60960a2
commit-date: 2019-08-12
host: x86_64-pc-windows-msvc
release: 1.38.0-nightly
LLVM version: 9.0
Backtrace: https://github.com/nico-abram/rust_test_exercism/blob/master/error.log
I'm on windows 7 64 bit.
The text was updated successfully, but these errors were encountered: