mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Rollup merge of #143903 - vtjl10:master, r=jieyouxu
Fix typos in documentation files ## Summary Fix minor typos in documentation files to improve readability. ## Changes - **tests/mir-opt/pre-codegen/README.md**: Fix typo `condiguration` → `configuration` - **tests/ui/SUMMARY.md**: Fix typo in RFC link URL (`namepsace ` → `namespace`) ## Type of Change - [x] Documentation update - [x] Bug fix (typo correction)
This commit is contained in:
@@ -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.
|
||||
|
||||
+1
-1
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user