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
fix: Fix panics on GATs involving const generics
This workaround avoids constant crashing of rust analyzer when using GATs with const generics,
even when the const generics are only on the `impl` block.
The workaround treats GATs as non-existing if either itself or the parent has const generics and
removes relevant panicking code-paths.
Fixesrust-lang#11989, fixesrust-lang#12193
Trying to compile the following code results in rustc stack overflowing
Tested using Rust 0.9. Other people on IRC reported they receive the same issue with master.
The text was updated successfully, but these errors were encountered: