compiler error building arrow on rustc 1.40.0-nightly on mac #65291
Labels
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) ❄️
simple steps to reproduce:
cargo new myproject
add arrow to the dependencies in
Cargo.toml
formyproject
and when I try to build the project. I get the above error.
The text was updated successfully, but these errors were encountered: