rust/compiler/rustc_trait_selection/src
Chris Denton f79eef91df
Rollup merge of #140021 - compiler-errors:no-deep-norm-ice, r=lcnr
Don't ICE on pending obligations from deep normalization in a loop

See the comment I left inline in `compiler/rustc_trait_selection/src/traits/normalize.rs`.

Fixes https://github.com/rust-lang/rust/issues/133868

r? lcnr
2025-04-21 15:55:58 +00:00
..
error_reporting Rollup merge of #139091 - mejrs:format, r=compiler-errors 2025-04-19 15:09:33 +00:00
errors Move eager translation to a method on Diag 2025-04-16 21:38:59 -04:00
solve Fix replacing supertrait aliases in ReplaceProjectionWith 2025-04-16 20:05:55 +00:00
traits Don't ICE on pending obligations from deep normalization in a loop 2025-04-19 17:34:00 +00:00
errors.rs Move eager translation to a method on Diag 2025-04-16 21:38:59 -04:00
infer.rs Fix next solver handling of shallow trait impl check 2025-03-19 14:40:14 +00:00
lib.rs move check_opaque_type_parameter_valid 2025-04-03 11:13:10 +02:00
opaque_types.rs NonGenericOpaqueTypeParam::ty to arg 2025-04-11 15:18:30 +02:00
regions.rs Only use implied bounds hack if bevy, and use deeply normalize in implied bounds hack 2025-03-04 18:18:48 +00:00
solve.rs impossible obligations check fast path 2024-10-10 06:09:50 -04:00