I'm a Rust newbie and working in a largeish production codebase, so difficult to find something minimally reproducible, but getting a pretty gnarly compiler bug internally. Just comes from running cargo check (note: no problems in CI! Just on my local machine, a 2021 M1 Pro MacBook Pro.
Code
I'm a Rust newbie and working in a largeish production codebase, so difficult to find something minimally reproducible, but getting a pretty gnarly compiler bug internally. Just comes from running
cargo check
(note: no problems in CI! Just on my local machine, a 2021 M1 Pro MacBook Pro.Meta
rustc --version --verbose
:Error output
Crazily enough, Cargo build works!
```
```