dtolnay / async-trait

Type erasure for async trait methods
Apache License 2.0
1.84k stars 85 forks source link

Go to definition leads to wrong place for methods defined inside trait anotated with #[async_trait] #217

Closed vikulikov closed 2 years ago

vikulikov commented 2 years ago

Reference issue in rust_analyzer project

dtolnay commented 2 years ago

Could you check whether this is any better using async-trait 0.1.58?

vikulikov commented 2 years ago

Works great, thank you!