dtolnay / syn

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

Parse mutable by-reference bindings syntax #1629

Open dtolnay opened 4 months ago

dtolnay commented 4 months ago

Tracking issue: https://github.com/rust-lang/rust/issues/123076

let mut ref x = ();
let mut ref mut x = ();