Files
rust/compiler/rustc_hir_analysis
Matthias Krüger 3e95c6ab03 Rollup merge of #117411 - oli-obk:query_merge_immobile_game, r=compiler-errors,Nilstrieb
Improve some diagnostics around `?Trait` bounds

* uses better spans
* clarifies a message that was only talking about generic params, but applies to `dyn ?Trait` and `impl ?Trait` as well
2023-10-30 21:03:39 +01:00
..

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