rust/compiler/rustc_hir_analysis/src
León Orell Valerian Liehr 8bce6fc35e
Rollup merge of #119505 - fmease:no-host-param-for-trait-fns, r=fee1-dead
Don't synthesize host effect params for trait associated functions marked const

Fixes #113378.

r? fee1-dead or compiler
2024-01-03 16:08:30 +01:00
..
astconv Introduce const Trait (always-const trait bounds) 2023-12-27 12:51:32 +01:00
check Fix some comments 2023-12-28 12:23:14 +08:00
coherence Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
collect Turn a bug!() into a span_delay_bug() 2024-01-02 13:49:47 +01:00
impl_wf_check Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
outlives Auto merge of #119146 - nnethercote:rm-DiagCtxt-api-duplication, r=compiler-errors 2023-12-26 02:24:39 +00:00
structured_errors Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
variance Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
autoderef.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
bounds.rs Don't compare host param by name 2023-10-18 02:38:54 +00:00
check_unused.rs Don't pass lint back out of lint decorator 2023-12-15 16:05:36 +00:00
collect.rs Auto merge of #119258 - compiler-errors:closure-kind, r=eholk 2023-12-26 04:25:53 +00:00
constrained_generic_params.rs finish RegionKind rename 2023-11-14 13:13:27 +00:00
errors.rs Introduce const Trait (always-const trait bounds) 2023-12-27 12:51:32 +01:00
hir_wf_check.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
impl_wf_check.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
lib.rs Remove more Session methods that duplicate DiagCtxt methods. 2023-12-24 08:17:47 +11:00
structured_errors.rs Give DiagnosticBuilder a default type. 2023-12-23 13:23:10 +11:00