commit | c7beecf3e3cef7a8226a99aec4e4f6bfc114ba8e | [log] [tgz] |
---|---|---|
author | bors <bors@rust-lang.org> | Tue Mar 05 13:02:42 2024 +0000 |
committer | bors <bors@rust-lang.org> | Tue Mar 05 13:02:42 2024 +0000 |
tree | 0c735045917e5f6f2432d5c81337e1431a65fad2 | |
parent | bdde2a80aef587cdbb8eb2d6e295d5c1d05830d9 [diff] | |
parent | 247a080b9852e3ab176cca63f5695c8a6b2202cd [diff] |
Auto merge of #121992 - jieyouxu:fix-tidy-unpaired-revision, r=onur-ozkan tidy: split dots in filename not the entire path when checking for stray stdout/stderr files I committed a path crime by splitting the entire path on `.`, when I meant to split on the filename. This means that any parent folders which contain `.` will cause tidy failure. Added a regression test so that doesn't happen again. ### Follow-up - [ ] Adjust rustc-dev-guide to document assert on test name not containing dots. https://github.com/rust-lang/rustc-dev-guide/pull/1927 Fixes #121986.
This is the main source code repository for Rust. It contains the compiler, standard library, and documentation.
Note: this README is for users rather than contributors. If you wish to contribute to the compiler, you should read CONTRIBUTING.md instead.
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 media guide.
Third-party logos may be subject to third-party copyrights and trademarks. See Licenses for details.