syn
syn copied to clipboard
Parse const Trait syntax
Since https://github.com/rust-lang/rust/pull/143879, this is the new syntax for what used to be #[const_trait] pub trait Trait {}.
pub const trait Trait {}
I want this feature 👍