diff options
| author | fuder.eth <vtljgrinkiv@gmail.com> | 2025-07-13 22:11:39 +0200 |
|---|---|---|
| committer | vtjl10 <vtljgrinkiv@gmail.com> | 2025-07-14 12:01:41 +0300 |
| commit | 19fccacd4a58a63065443de9f68be921a8a6bcc6 (patch) | |
| tree | 03bfcf96936e12d5174385b7b04b6fdb1c70003b /tests | |
| parent | 56835d7ac14da9f966e1ff39fd9ffd2e29b764d1 (diff) | |
| download | rust-19fccacd4a58a63065443de9f68be921a8a6bcc6.tar.gz rust-19fccacd4a58a63065443de9f68be921a8a6bcc6.zip | |
Update SUMMARY.md
Update README.md
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/mir-opt/pre-codegen/README.md | 2 | ||||
| -rw-r--r-- | tests/ui/SUMMARY.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/mir-opt/pre-codegen/README.md b/tests/mir-opt/pre-codegen/README.md index a338c18e09e..f0598703cd9 100644 --- a/tests/mir-opt/pre-codegen/README.md +++ b/tests/mir-opt/pre-codegen/README.md @@ -1,3 +1,3 @@ -The goal of this directory is to track the quality of MIR that is given to codegen in a standard `-O` condiguration. +The goal of this directory is to track the quality of MIR that is given to codegen in a standard `-O` configuration. As such, feel free to `--bless` whatever changes you get here, so long as doing so doesn't add substantially more MIR. diff --git a/tests/ui/SUMMARY.md b/tests/ui/SUMMARY.md index 8de74d41f39..1aeb0fcfbea 100644 --- a/tests/ui/SUMMARY.md +++ b/tests/ui/SUMMARY.md @@ -410,7 +410,7 @@ These tests revolve around command-line flags which change the way error/warning ## `tests/ui/diagnostic_namespace/` -Exercises `#[diagnostic::*]` namespaced attributes. See [RFC 3368 Diagnostic attribute namepsace](https://github.com/rust-lang/rfcs/blob/master/text/3368-diagnostic-attribute-namespace.md). +Exercises `#[diagnostic::*]` namespaced attributes. See [RFC 3368 Diagnostic attribute namespace](https://github.com/rust-lang/rfcs/blob/master/text/3368-diagnostic-attribute-namespace.md). ## `tests/ui/diagnostic-width/`: `--diagnostic-width` |
