about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2025-04-19 17:51:41 +0200
committerTshepang Mbambo <tshepang@gmail.com>2025-04-19 17:51:41 +0200
commit6be60e83b5660f45fc26d75e43b6745e3a2d0ee9 (patch)
tree4c070b73a630988b6d90ed0951772140259ca2ec
parent976d13fe495fd9154d0618eff1651b0c441cbc63 (diff)
downloadrust-6be60e83b5660f45fc26d75e43b6745e3a2d0ee9.tar.gz
rust-6be60e83b5660f45fc26d75e43b6745e3a2d0ee9.zip
needed a stronger pause
-rw-r--r--src/doc/rustc-dev-guide/src/tests/ui.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/ui.md b/src/doc/rustc-dev-guide/src/tests/ui.md
index 7c4e2a0fdae..f7857ae6903 100644
--- a/src/doc/rustc-dev-guide/src/tests/ui.md
+++ b/src/doc/rustc-dev-guide/src/tests/ui.md
@@ -337,7 +337,8 @@ possible, including `//~?` annotations for diagnostics without span.
 
 If the compile time output is target dependent or too verbose, use directive
 `//@ dont-require-annotations: <diagnostic-kind>` to make the line annotation checking
-non-exhaustive, some of the compiler messages can stay uncovered by annotations in this mode.
+non-exhaustive.
+Some of the compiler messages can stay uncovered by annotations in this mode.
 
 For checking runtime output `//@ check-run-results` may be preferable.