commit | af69f4c48c1e1cfbb9ba43b376edcfbdd8cfbca4 | [log] [tgz] |
---|---|---|
author | bors <bors@rust-lang.org> | Sun Mar 10 16:26:18 2024 +0000 |
committer | bors <bors@rust-lang.org> | Sun Mar 10 16:26:18 2024 +0000 |
tree | 48fd75ad5716e7283c99a0a168a9fa4cb1165d81 | |
parent | 9bd88ef61241d6417c4835c97bf4617cc0a71a80 [diff] | |
parent | 64dda8c8378d985136dea2839bbb91c390aba356 [diff] |
Auto merge of #121561 - jieyouxu:compiletest-directive-typo-check, r=onur-ozkan Detect typos for compiletest test directives Checks directives against a known list of compiletest directives collected during migration from legacy-style compiletest directives. A suggestion for the best matching known directive will be made if an invalid directive is found. This PR does not attempt to implement checks for Makefile directives because they still have the problem of regular comments and directives sharing the same comment prefix `#`. Closes #83551.
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.