rust/compiler/rustc_hir_analysis
Matthias Krüger e5a69bb215
Rollup merge of #148683 - fmease:rm-const_trait-attr, r=fee1-dead
Remove `#[const_trait]`

Remove `#[const_trait]` since we now have `const trait`. Update all structured diagnostics that still suggested the attribute.

r? ```@rust-lang/project-const-traits```
2025-11-09 17:37:05 +01:00
..

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