syn icon indicating copy to clipboard operation
syn copied to clipboard

Parse const Trait syntax

Open dtolnay opened this issue 4 months ago • 1 comments

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 {}

dtolnay avatar Aug 13 '25 19:08 dtolnay

I want this feature 👍

rinarakaki avatar Oct 18 '25 05:10 rinarakaki