commit | 1ce9c977ffcff7c3b12bfe5629a682da0e74a7a1 | [log] [tgz] |
---|---|---|
author | bors <bors@rust-lang.org> | Wed Jul 02 17:18:47 2025 +0000 |
committer | bors <bors@rust-lang.org> | Wed Jul 02 17:18:47 2025 +0000 |
tree | 2c56bcce4f33fc7319a3f2a276567bb1d6f1edcf | |
parent | b94bd12401d26ccf1c3b04ceb4e950b0ff7c8d29 [diff] | |
parent | dc9879cb3d3446c41b6d7d6813b7bfd17da1134f [diff] |
Auto merge of #143214 - camsteffen:remove-let-chains-feature, r=est31 Remove let_chains unstable feature Per https://github.com/rust-lang/rust/issues/53667#issuecomment-3016742982 (but then I also noticed rust-lang/rust#140722) This replaces the feature gate with a parser error that says let chains require 2024. A lot of tests were using the unstable feature. I either added edition:2024 to the test or split out the parts that require 2024.
Website | Getting started | Learn | Documentation | Contributing
This is the main source code repository for Rust. It contains the compiler, standard library, and documentation.
Performance: Fast and memory-efficient, suitable for critical services, embedded devices, and easily integrated with other languages.
Reliability: Our rich type system and ownership model ensure memory and thread safety, reducing bugs at compile-time.
Productivity: Comprehensive documentation, a compiler committed to providing great diagnostics, and advanced tooling including package manager and build tool (Cargo), auto-formatter (rustfmt), linter (Clippy) and editor support (rust-analyzer).
Read “Installation” from The Book.
If you really want to install from source (though this is not recommended), see INSTALL.md.
See https://www.rust-lang.org/community for a list of chat platforms and forums.
See CONTRIBUTING.md.
Rust is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.
See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.
The Rust Foundation owns and protects the Rust and Cargo trademarks and logos (the “Rust Trademarks”).
If you want to use these names or brands, please read the Rust language trademark policy.
Third-party logos may be subject to third-party copyrights and trademarks. See Licenses for details.