diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-04-19 17:51:41 +0200 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2025-04-19 17:51:41 +0200 |
| commit | 6be60e83b5660f45fc26d75e43b6745e3a2d0ee9 (patch) | |
| tree | 4c070b73a630988b6d90ed0951772140259ca2ec | |
| parent | 976d13fe495fd9154d0618eff1651b0c441cbc63 (diff) | |
| download | rust-6be60e83b5660f45fc26d75e43b6745e3a2d0ee9.tar.gz rust-6be60e83b5660f45fc26d75e43b6745e3a2d0ee9.zip | |
needed a stronger pause
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tests/ui.md | 3 |
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. |
