dtolnay / syn

Parser for Rust source code
Apache License 2.0
2.78k stars 306 forks source link

Automatically insert necessary parentheses in ToTokens for Expr #1659

Closed dtolnay closed 3 months ago

dtolnay commented 3 months ago

Ported in large part from these rustc PRs: