mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 14:07:25 +00:00
Don't ICE on associated type projection without feature gate in new solver Self-explanatory, we should avoid ICEs when the feature gate is not enabled. Continue to ICE when the feature gate *is* enabled, though. Fixes #115500