Since https://github.com/rust-lang/rust/pull/143879, this is the new syntax for what used to be `#[const_trait] pub trait Trait {}`. ```rust pub const trait Trait {} ```