You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If additional trait bounds aren't auto traits, then the typechecker
must error out (Rust-GCC#3008)
gcc/rust/ChangeLog:
* typecheck/rust-hir-type-check-type.cc: Add TODO note.
We can also take care of this later, as it's an error and we must first focus on handling correct code. I'll move this out of the Auto traits improvement milestone
If additional trait bounds aren't auto traits, then the typechecker
must error out (Rust-GCC#3008)
gcc/rust/ChangeLog:
* typecheck/rust-hir-type-check-type.cc: Add TODO note.
There needs to be special handling around bounds like these:
This code needs to error out because
B
andC
are not auto traitsThis depends on #3007 being solved properly.
The text was updated successfully, but these errors were encountered: