Add support for syn 2.0.40's new Expr::Group to dsl::auto_type#3873
Add support for syn 2.0.40's new Expr::Group to dsl::auto_type#3873weiznich merged 1 commit intodiesel-rs:masterfrom
Conversation
acc3811 to
89c1feb
Compare
weiznich
left a comment
There was a problem hiding this comment.
The change itself looks good 👍
I would prefer to have a some sort of test somewhere that verifies that the code compiles.
Also I would like to use the possibility to point again to #3783 for the PR that fixes most of the type aliases to work with auto_type.
|
There aren't tests for |
|
That sounds ok. I always forget that the #3783 is not merged yet as that PR adds a bunch of "tests". EDIT: I've rebased this branch to make the failing CI less likely. |
This expression may get yielded when parsing `$a: expr` from other macros.
89c1feb to
3ea89d5
Compare
This expression may get yielded when parsing
$a: exprfrom other macros.