rust/compiler/rustc_hir_analysis
Nicholas Nethercote 27374a0214 Avoid unnecessary rustc_span::DUMMY_SP usage.
In some cases `DUMMY_SP` is already imported. In other cases this commit
adds the necessary import, in files where `DUMMY_SP` is used more than
once.
2024-04-16 15:55:24 +10:00
..
2024-03-08 12:34:05 +03:00
2024-04-09 12:17:34 -04:00

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