mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 13:07:11 +00:00
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```
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.