Update SUMMARY.md

Update README.md
This commit is contained in:
fuder.eth 2025-07-13 22:11:39 +02:00 committed by vtjl10
parent 56835d7ac1
commit 19fccacd4a
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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`