Error when using debug_assert! and async function #5105
Labels
C-bug
Category: Clippy is not doing the correct thing
good-first-issue
These issues are a good way to get started with Clippy
L-correctness
Lint: Belongs in the correctness lint group
T-async-await
Type: Issues related to async/await
I'm getting an error with the following code:
Note that this doesn't occur with the equivalent blocking version:
Is this expected behaviour?
The text was updated successfully, but these errors were encountered: