Nested _
and ..
patterns under 2018 edition can trigger rust_2021_compatibility warning
#234
Labels
bug
Something isn't working
The code generated by async-trait should never exhibit edition sensitive behavior differences. The fact that async-trait involves the use of move closures internally is an implementation detail. If the behavior is sensitive to edition of the caller's crate, that is a bug in async-trait.
The text was updated successfully, but these errors were encountered: