1
Fork 0
rust/compiler/rustc_hir_analysis/src
Michael Goulet be68e9e336
Rollup merge of #112596 - compiler-errors:missing-sig-with-rpitit, r=b-naber
Suggest correct signature on missing fn returning RPITIT/AFIT

Add `async` and unpeel the future's output type if the function is async

Fixes #108195
2023-06-19 17:53:34 -07:00
..
astconv Rollup merge of #112734 - dswij:bounds-predicates-clause, r=compiler-errors 2023-06-18 08:06:43 +02:00
check Rollup merge of #112596 - compiler-errors:missing-sig-with-rpitit, r=b-naber 2023-06-19 17:53:34 -07:00
coherence Add AliasKind::Weak for type aliases. 2023-06-16 19:39:48 +00:00
collect Rollup merge of #112734 - dswij:bounds-predicates-clause, r=compiler-errors 2023-06-18 08:06:43 +02:00
impl_wf_check Move ConstEvaluatable to Clause 2023-06-17 21:27:13 +00:00
outlives Move ConstEvaluatable to Clause 2023-06-17 21:27:13 +00:00
structured_errors Use Option::is_some_and and Result::is_ok_and in the compiler 2023-05-24 14:20:41 +00:00
variance Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
autoderef.rs Make TraitEngine::new use the right solver, add compare mode 2023-06-06 18:43:20 +00:00
bounds.rs Bound::predicates to return Clause 2023-06-17 17:16:30 +08:00
check_unused.rs Remove last instances of HashSet in query result types. 2023-03-01 10:20:45 +01:00
collect.rs properly check associated consts for infer placeholders 2023-06-11 00:27:03 +00:00
constrained_generic_params.rs IAT: Introduce AliasKind::Inherent 2023-05-04 16:59:10 +02:00
errors.rs Emit an error when RTN is used with ty/ct params 2023-06-05 19:52:04 +00:00
hir_wf_check.rs Move WF goal to clause 2023-06-17 21:20:20 +00:00
impl_wf_check.rs Error on unconstrained lifetime in RPITIT 2023-06-14 05:20:31 +00:00
lib.rs remove hash_drain_filter feature uses 2023-06-14 09:28:56 +02:00
structured_errors.rs