commit | 72fe274605f376a8e47ba9e824fd14252df3abe1 | [log] [tgz] |
---|---|---|
author | bors <bors@rust-lang.org> | Sun Sep 01 09:24:04 2024 +0000 |
committer | bors <bors@rust-lang.org> | Sun Sep 01 09:24:04 2024 +0000 |
tree | 8be33609e89e9e794065a00fadd811acf7e5ec0b | |
parent | 18757840be0826b2a5235df23bbf1f4bfeb1548f [diff] | |
parent | eb64cc8c35a663b107d0e14e9949b3a1cd750277 [diff] |
Auto merge of #17737 - hyf0:hyf_32089420384, r=Veykril feat(ide-completion): extra sugar auto-completion `async fn ...` in `impl trait` for `async fn in trait` that's defined in desugar form Solves #17719. --- Preview <img width="670" alt="image" src="https://github.com/user-attachments/assets/64ccef84-4062-4702-8760-89220585f422"> <img width="540" alt="image" src="https://github.com/user-attachments/assets/d22637f9-d531-43b2-a9f1-cd40a002903a"> <img width="631" alt="image" src="https://github.com/user-attachments/assets/21cd2142-bb8e-4493-9ac7-e6a9e7076904">
rust-analyzer is a modular compiler frontend for the Rust language. It is a part of a larger rls-2.0 effort to create excellent IDE support for Rust.
https://rust-analyzer.github.io/manual.html#installation
If you want to contribute to rust-analyzer check out the CONTRIBUTING.md or if you are just curious about how things work under the hood, check the ./docs/dev folder.
If you want to use rust-analyzer's language server with your editor of choice, check the manual folder. It also contains some tips & tricks to help you be more productive when using rust-analyzer.
See the corresponding sections of the manual.
For usage and troubleshooting requests, please use “IDEs and Editors” category of the Rust forum:
https://users.rust-lang.org/c/ide/14
For questions about development and implementation, join rust-analyzer working group on Zulip:
https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frust-analyzer
rust-analyzer is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.