rust/compiler/rustc_typeck
Guillaume Gomez 5f544bcf70
Rollup merge of #85393 - Aaron1011:async-type-err, r=varkor
Suppress spurious errors inside `async fn`

Fixes #73741
2021-05-18 14:08:56 +02:00
..

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