Something to do with the parameter to AddAssign #82079
Labels
C-bug
Category: This is a bug.
glacier
ICE tracked in rust-lang/glacier.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Note that adding the (redundant) constraint
R2: AddAssign<R2>
at line 16 makes the error go away.Inlining the call to
other.map
at line 23 results in the compile-time message "cannot add-assignR2
toR2
". Inlining the second call tomap
at line 23 makes the error go away.Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: