dtolnay / syn

Parser for Rust source code
Apache License 2.0
2.79k stars 306 forks source link

Struct Literals in ExprLet #1670

Closed OliverKillane closed 2 months ago

OliverKillane commented 2 months ago

Description

Struct literals are currently disallowed in the Parse implementation for ExprLet

I am unsure why this is the case

Example

dtolnay commented 2 months ago

Fixed in 2.0.66.