ICE with codegen-units>1 #37828
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
Since i think the previous nightly compiling xml-rs crashes with an internal compiler error when using more than one codegen-units. My rustc version is
Trying to compile
xml-rs-0.3.4
withcodegen-units = 2
results incodegen-units = 1
successfully compiles, and choosing a different amount results in crashes at different closures. I don't really have the time to find a minimal test case, but it seems to crash at closures in functions that are marked#[inline]
.The text was updated successfully, but these errors were encountered: