Since 2023-04-21 (fec9adcdb
), nightly fails to compile geo
crate in release mode with [E0275]
#110776
Labels
C-bug
Category: This is a bug.
E-needs-bisection
Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc
I tried the following:
I expected to see this happen: It compiles 🤷♂️
Instead, I get the following compiler error:
Adding the suggested
#![recursion_limit = "256"]
does not help. I checked up to#![recursion_limit = "1024"]
but it started getting veeeery slow.However, all of the following work just fine:
The text was updated successfully, but these errors were encountered: