dtolnay / syn

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

Make ParseBuffer unwindsafe #1646

Closed dtolnay closed 4 months ago

dtolnay commented 4 months ago

ParseBuffer contains interior mutability, but there isn't any way to get it into some invalid state by panicking in user code.