I understand this is quite a departure from JSX but support for constructors would make my use-case much prettier.
Currently <MyStruct::new(..) drops the trailing brackets (..) as OpenTag holds a Path. I'd like it to instead hold an Expr which would allow for this pattern and others in the open tag position.
I understand this is quite a departure from JSX but support for constructors would make my use-case much prettier.
Currently
<MyStruct::new(..)drops the trailing brackets(..)asOpenTagholds aPath. I'd like it to instead hold anExprwhich would allow for this pattern and others in the open tag position.