Closed Soremwar closed 1 year ago
I don't know the exact situation because the example you provided contains neither the stream macro nor the try_stream macro, but it is probably because syn parses let-else as Expr::Verbatim.
In that case, it could be fixed by one of the following: adjusting our code to visit Expr::Verbatim, relanding #53 (see #56), or waiting for syn 2 including https://github.com/dtolnay/syn/pull/1231 to be released.
Should be fixed in 0.3.5 which updated syn to 2.