RA is now highlighting / analyzing code with async-trait
incorrectly...
#11533
Labels
S-unactionable
Issue requires feedback, design decisions or is blocked on other work
Uh oh!
There was an error while loading. Please reload this page.
rust-analyzer version: d6ed146 2022-02-22 stable
rustc version: (eg. output of
rustc -V
) rustc 1.56.0 (09c42c458 2021-10-18)relevant settings: Default, not modified
A few weeks ago, RA started incorrectly labeling syntax that is wrapped in
#[async_trait]
For example, hovering on a trait function:

Hovering on function brackets (which are now the wrong color):

Just doing:
this used to work properly
The text was updated successfully, but these errors were encountered: