dtolnay / syn

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

Stack overflow on a deeply nested chain of if-else expressions #1634

Closed SavchenkoValeriy closed 4 months ago

SavchenkoValeriy commented 4 months ago

Hi 👋 Many thanks for this amazing library!

It looks like the test case from the rust compiler causes the stack overflow issue.

Code example

dtolnay commented 4 months ago

Fixed in 2.0.63.