dtolnay / syn

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

Consolidate into a single `impl Expr` block #1636

Closed dtolnay closed 4 months ago

dtolnay commented 4 months ago

This allows adding non-#[cfg(feature = "parsing")] associated items (in an upcoming PR) without having 2 separate impl Expr blocks rendered by rustdoc.