mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-24 14:17:18 +00:00
7687: Specialization for async traits r=matklad a=arnaudgolfouse Fixes #7669. Adapting the parser seemed to be all that was needed, but I am not very experienced with the codebase. Is this enough ? Co-authored-by: Arnaud <arnaud.golfouse@laposte.net>