rust/compiler/rustc_trait_selection/src
Michael Goulet 5a0086f351
Rollup merge of #132090 - compiler-errors:baily, r=lcnr
Stop being so bail-y in candidate assembly

A conceptual follow-up to #132084. We gotta stop bailing so much when there are errors; it's both unnecessary, leads to weird knock-on errors, and it's messing up the vibes lol
2024-11-22 21:07:38 -05:00
..
error_reporting Rollup merge of #132489 - compiler-errors:fn-sugg-tweaks, r=BoxyUwU 2024-11-21 11:58:39 +01:00
errors ty::BrK -> ty::BoundRegionKind::K 2024-11-04 04:45:52 +00:00
solve Consolidate type system const evaluation under traits::evaluate_const 2024-11-12 02:54:03 +00:00
traits Rollup merge of #132090 - compiler-errors:baily, r=lcnr 2024-11-22 21:07:38 -05:00
errors.rs Make precise capturing suggestion machine-applicable only if it has not APITs 2024-11-12 04:08:34 +00:00
infer.rs move fn is_item_raw to TypingEnv 2024-11-19 18:06:20 +01:00
lib.rs Stabilize the map/value methods on ControlFlow 2024-09-25 19:00:17 -07:00
regions.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
solve.rs impossible obligations check fast path 2024-10-10 06:09:50 -04:00