rust/compiler/rustc_trait_selection/src
Samuel Tardieu 8fcef5674a
Rollup merge of #143901 - compiler-errors:region-constraint-nits, r=lcnr
Region constraint nits

Couple miscellaneous region constraints that have a bit to do with rust-lang/rust#143545 but stand on their own.
2025-07-14 18:05:47 +02:00
..
error_reporting Retire hir::*ItemRef. 2025-07-13 13:50:01 +00:00
errors Fix elided lifetimes in rustdoc 2025-07-04 18:26:09 +00:00
solve Simplify make_query_region_constraints 2025-07-13 19:22:17 +00:00
traits Rollup merge of #143901 - compiler-errors:region-constraint-nits, r=lcnr 2025-07-14 18:05:47 +02:00
errors.rs setup CI and tidy to use typos for spellchecking and fix few typos 2025-07-03 10:51:06 +03:00
infer.rs Replace some Option<Span> with Span and use DUMMY_SP instead of None 2025-06-05 14:14:59 +00:00
lib.rs Remove all unused feature gates from the compiler 2025-06-08 14:50:42 +00:00
opaque_types.rs
regions.rs
solve.rs