rust/compiler/rustc_trait_selection/src/traits
Matthias Krüger 4d166cc369
Rollup merge of #134639 - compiler-errors:negative-ambiguity-causes, r=oli-obk
Make sure we note ambiguity causes on positive/negative impl conflicts

Fixes https://github.com/rust-lang/rust/issues/134632 by explaining why the error must be
2024-12-22 09:12:14 +01:00
..
query remove non-borrowck member constraints 2024-12-20 10:04:01 +01:00
select Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
specialize Make sure we note ambiguity causes on positive/negative impl conflicts 2024-12-22 02:04:14 +00:00
auto_trait.rs no more Reveal :( 2024-11-23 13:52:54 +01:00
coherence.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
const_evaluatable.rs Consolidate type system const evaluation under traits::evaluate_const 2024-11-12 02:54:03 +00:00
dyn_compatibility.rs Add feature gate, not working yet 2024-12-10 16:52:20 +00:00
effects.rs Move impl constness into impl trait header 2024-12-12 20:06:03 +00:00
engine.rs Fix transmute goal 2024-10-19 18:07:35 +00:00
fulfill.rs Assert that obligations are empty before deeply normalizing 2024-12-02 22:51:18 +00:00
misc.rs Add some convenience helper methods on hir::Safety 2024-12-14 20:31:07 +00:00
mod.rs chore: fix some typos 2024-12-18 23:23:44 +08:00
normalize.rs Assert that obligations are empty before deeply normalizing 2024-12-02 22:51:18 +00:00
outlives_bounds.rs remove non-borrowck member constraints 2024-12-20 10:04:01 +01:00
project.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11: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 Simplify object_region_bounds 2024-11-25 17:38:28 +00:00