Closed
Description
While trying to unpin nightly (2021-03-25) to latest nightly, I have hit an internal compiler error.
It emerged between 2021-03-25 and today's build.
All the details are in the build log. In particular,
rustc 1.55.0-nightly (24bdc6d73 2021-06-12) running on x86_64-unknown-linux-gnu
The error seems to emerge when compiling a transitive dependency, so it is not very easy to reproduce with a minimal example.
git clone [email protected]:jorgecarleitao/arrow2.git
cd arrow2
rustup toolchain install nightly
rustup default nightly
rustup component add rustfmt miri
cargo miri setup
cargo clean
cargo miri build