rust/compiler/rustc_hir_analysis
Matthias Krüger d7fcd01f67
Rollup merge of #106072 - eopb:dyn-derive, r=estebank
fix: misleading "add dyn keyword before derive macro" suggestion

Fixes #106071
2023-01-15 01:01:36 +01:00
..

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