rust/compiler/rustc_hir_analysis
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
..

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.