| commit | 19769da8f1fbfde4cf95b57fcdc0e8b6514aa554 | [log] [tgz] |
|---|---|---|
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | Fri Jan 09 12:00:02 2026 +0100 |
| committer | GitHub <noreply@github.com> | Fri Jan 09 12:00:02 2026 +0100 |
| tree | 4f6f84da611d76eaf876252fd63ea3448ddb526e | |
| parent | fe307c5452ac6fd2f87334a5ea4c71beeb4c4525 [diff] | |
| parent | 6ed95301410f592c97b4a7499fb22ea087148291 [diff] |
Rollup merge of #150821 - remove-test, r=jackh726 tests/ui/borrowck/issue-92157.rs: Remove (bug not fixed) The bug the test tests for is masked by the wrong `#[lang = "start"]` signature. If the signature is corrected, the test builds. But that is not because the bug is fixed, but because the test has been changed too much from the original reproducer. The original reproducer still ICE:s. See https://github.com/rust-lang/rust/issues/92157#issuecomment-3722060317. But that's fine since in the latest compiler says: > note: using internal features is not supported and expected to cause internal compiler errors when used incorrectly So let's remove the test and close the issue as "won't fix". See https://github.com/rust-lang/rust/issues/92157#issuecomment-3725036997. r? @JohnTitor since you added the test in https://github.com/rust-lang/rust/pull/106878
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.