dtolnay / syn

Parser for Rust source code
Apache License 2.0
2.81k stars 308 forks source link

Parse const trait bound syntax #1632

Open dtolnay opened 4 months ago

dtolnay commented 4 months ago

Tracking issue: https://github.com/rust-lang/rust/issues/67792

const CREATE<T: const Create>: T = T::create();