commit | 4f48a1b31198271f7ff266ac109f131617043f4f | [log] [tgz] |
---|---|---|
author | bors <bors@rust-lang.org> | Tue May 13 06:43:56 2025 +0000 |
committer | bors <bors@rust-lang.org> | Tue May 13 06:43:56 2025 +0000 |
tree | 5be9c166e65b3f871b216109985e92d411ff3636 | |
parent | 9804719afb3d990cc14f30465c7bc3cf113dbb4e [diff] | |
parent | d452c93b5547c4696d9bc065b6ee93e21f4a3c65 [diff] |
Auto merge of #140951 - compiler-errors:super-fmt, r=ytmimi Do not remove `super` keyword from `super let` This is affecting a macro in the standard library: https://github.com/rust-lang/rust/blob/bc7512ee6309ee7e8cacf87b94aa6d1f550c9d99/library/core/src/pin.rs#L1945 I added an exception in 6f6a9a585891d0a2d1114a7a621f35f28f39c0d9, but I'd like to remove it eventually, so opening this in-tree to not block this on the next rustfmt sync. r? `@calebcartwright` or `@ytmimi`
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/book/installation.html
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, see the Contributing section of the manual.
If you want to use rust-analyzer's language server with your editor of choice, check the manual. It also contains some tips & tricks to help you be more productive when using rust-analyzer.
See the security and privacy 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.