dtolnay / syn

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

Extract Precedence to its own module #1650

Closed dtolnay closed 4 months ago

dtolnay commented 4 months ago

As part of porting https://github.com/rust-lang/rust/pull/124191 to syn, a new fixup module is going to need access to some new precedence-related computations. Having a module dedicated to precedence will serve as a good location to have these.