ICE when using + or - instead of named methods of Num #3790
Labels
A-trait-system
Area: Trait system
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Milestone
Test case: https://github.com/pcwalton/rust-geom/blob/master/rect.rs
This is really simple code. If any of the
.add
(say, in union or intersect) are changed to+
, then compilation is terminated with an internal compiler error.The text was updated successfully, but these errors were encountered: