rust/compiler/rustc_hir_analysis
Esteban Küber 0757641f4d Unconditionally error at definition if default field value has const errors
Emit E0080 always on struct definition with default fields that have unconditional const errors and remove `default_field_always_invalid_const` lint.
2024-12-09 21:58:00 +00:00
..
2024-12-02 22:21:53 +00:00

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