willcrichton / flowistry

Flowistry is an IDE plugin for Rust that helps you focus on relevant code.
https://marketplace.visualstudio.com/items?itemName=wcrichton.flowistry
MIT License
1.88k stars 44 forks source link

Async Function In Trait #84

Open wyatt-herkamp opened 9 months ago

wyatt-herkamp commented 9 months ago

I think this is because rustc_plugin needs to be updated.

However, I have a project that I am using Rust Beta. As I want access to async functions in traits. This plugin is failing to run stating that functions in traits cannot be declared as 'async'.