rust/compiler/rustc_next_trait_solver/src
bors 9b0268a43b Auto merge of #141731 - compiler-errors:tweak-fast-path-trait, r=lcnr
Tweak fast path trait handling

(1.) Make it more sound by considering polarity (lol)

(2.) Make it more general, by considering higher-ranked size/copy/clone

(2.) Make it less observable, by only doing copy/clone fast path if there are no regions involved

r? lcnr
2025-06-01 10:59:38 +00:00
..
solve Tweak fast path trait handling 2025-05-29 11:14:36 +00:00
canonicalizer.rs Auto merge of #141651 - compiler-errors:less-assert, r=lcnr 2025-05-30 02:21:17 +00:00
coherence.rs Do not rely on type_var_origin in OrphanCheckErr::NonLocalInputType 2025-03-20 02:17:14 +00:00
delegate.rs Tweak fast path trait handling 2025-05-29 11:14:36 +00:00
lib.rs update cfgs 2025-04-09 12:29:59 +01:00
resolve.rs add additional TypeFlags fast paths 2025-05-26 19:57:48 +00:00