This repository was archived by the owner on Mar 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
async macro panics when used with inclusive_range_syntax #55
Comments
The backtrace indicates this may be in rustc...
|
Edit: Clarified that it's about inclusive range pattern |
Ok thanks for the info @kdy1! I've opened an upstream issue at rust-lang/rust#47950, so I'm going to close this in favor of that. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, it is not possible to use the
inclusive_range_syntax
inside async functions.I am absolutely not knowledgeable about macros but I guess it has something to do with
syn
orproc_macro
not being up to date enough, or maybe some kind of feature flag has to be turned on.Error:
The text was updated successfully, but these errors were encountered: