dtolnay / syn

Parser for Rust source code
Apache License 2.0
2.88k stars 311 forks source link

implement `syn::parse::Parse` trait for (T1, ..., T7) #1591

Closed nurmohammed840 closed 7 months ago

nurmohammed840 commented 8 months ago

Should I add a pull request?

dtolnay commented 7 months ago

I think I would prefer not to support this. Rather than parsing a tuple, I like to define a struct and implement Parse for that.