mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 14:16:55 +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```