commit | 94b526fc86eaa0e90fb4d54a5ba6313aa1e9b269 | [log] [tgz] |
---|---|---|
author | bors <bors@rust-lang.org> | Sun Sep 15 23:30:25 2024 +0000 |
committer | bors <bors@rust-lang.org> | Sun Sep 15 23:30:25 2024 +0000 |
tree | 3a9ddbe34b25b2921864f029988d2d48049b2d4a | |
parent | 4221354a8fe90ea8218d3757d14735eac08d3e81 [diff] | |
parent | 798c963875c685179b431021ef2a08542739f14d [diff] |
Auto merge of #18119 - ChayimFriedman2:signed-const, r=HKalbasi fix: Fix printing of constants greater than `i128::MAX` Fixes #18116.
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.