rust/compiler/rustc_trait_selection/src
Matthias Krüger b4089bf417
Rollup merge of #143640 - oli-obk:const-fn-traits, r=compiler-errors
Constify `Fn*` traits

r? `@compiler-errors` `@fee1-dead`

this should unlock a few things. A few `const_closures` tests have broken even more than before, but that feature is marked as incomplete anyway

cc rust-lang/rust#67792
2025-07-10 20:28:49 +02:00
..
error_reporting Rollup merge of #143532 - compiler-errors:mut-ref-sugg, r=davidtwco 2025-07-08 22:50:29 -05:00
errors Fix elided lifetimes in rustdoc 2025-07-04 18:26:09 +00:00
solve Auto merge of #142223 - compiler-errors:perf-wf, r=lcnr 2025-06-27 03:57:45 +00:00
traits Rollup merge of #143640 - oli-obk:const-fn-traits, r=compiler-errors 2025-07-10 20:28:49 +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 Rename unpack to kind 2025-05-27 11:14:45 +00:00
regions.rs Only use implied bounds hack if bevy, and use deeply normalize in implied bounds hack 2025-03-04 18:18:48 +00:00
solve.rs confusings 2025-04-29 18:55:21 +01:00