rust/compiler/rustc_typeck
Matthias Krüger bd77fbfef1
Rollup merge of #92112 - SparrowLii:issue92010, r=cjgillot
Fix the error of checking `base_expr` twice in type_changing_struct_update

Fixes #92010
2021-12-27 21:42:25 +01:00
..

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