Skip to content

Commit 4c7e92f

Browse files
Rollup merge of rust-lang#132700 - matthiaskrgr:plzno, r=fmease
add note not to re-report crashes from `crashes` tests for reasons... 😅 r? `@fmease`
2 parents d150498 + da5102c commit 4c7e92f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/crashes/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A test will "pass" if rustc exits with something other than 1 or 0.
88

99
When adding crashes from https://github.com/rust-lang/rust/issues, the
1010
issue number should be noted in the file name (12345.rs should suffice)
11-
and perhaps also inside the file via `//@ known-bug #4321`
11+
and also inside the file via `//@ known-bug #4321` if possible.
1212

1313
If you happen to fix one of the crashes, please move it to a fitting
1414
subdirectory in `tests/ui` and give it a meaningful name.
@@ -21,3 +21,5 @@ to the description of your pull request will ensure the
2121
corresponding tickets will be closed automatically upon merge.
2222
The ticket ids can be found in the file name or the `known-bug` annotation
2323
inside the testfile.
24+
25+
Please do not re-report any crashes that you find here!

0 commit comments

Comments
 (0)