rust/compiler/rustc_trait_selection/src/traits
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
..
query use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
select Stop being so bail-y in candidate assembly 2024-11-21 01:35:34 +00:00
specialize Simplify fulfill_implication 2024-11-22 01:03:17 +00:00
auto_trait.rs rustdoc: yeet TypingEnv::from_param_env 2024-11-19 18:35:41 +01:00
coherence.rs ty::BrK -> ty::BoundRegionKind::K 2024-11-04 04:45:52 +00:00
const_evaluatable.rs Consolidate type system const evaluation under traits::evaluate_const 2024-11-12 02:54:03 +00:00
dyn_compatibility.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
effects.rs Bail in effects in old solver if self ty is ty var 2024-11-22 03:12:50 +00:00
engine.rs Fix transmute goal 2024-10-19 18:07:35 +00:00
fulfill.rs Consolidate type system const evaluation under traits::evaluate_const 2024-11-12 02:54:03 +00:00
misc.rs TypingMode 🤔 2024-10-29 17:01:24 +01:00
mod.rs additional TypingEnv cleanups 2024-11-19 21:36:23 +01:00
normalize.rs Consolidate type system const evaluation under traits::evaluate_const 2024-11-12 02:54:03 +00:00
outlives_bounds.rs ImpliedOutlivesBounds to rustc_middle 2024-10-17 09:53:27 +02:00
project.rs traits::project: yeet ParamEnv::reveal 2024-10-31 12:06:19 +01:00
structural_normalize.rs Consolidate type system const evaluation under traits::evaluate_const 2024-11-12 02:54:03 +00:00
util.rs Simplify fulfill_implication 2024-11-22 01:03:17 +00:00
vtable.rs additional TypingEnv cleanups 2024-11-19 21:36:23 +01:00
wf.rs Implement const effect predicate in new solver 2024-10-24 09:46:36 +00:00