File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ A test will "pass" if rustc exits with something other than 1 or 0.
88
99When adding crashes from https://github.com/rust-lang/rust/issues , the
1010issue 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
1313If you happen to fix one of the crashes, please move it to a fitting
1414subdirectory in ` tests/ui ` and give it a meaningful name.
@@ -21,3 +21,5 @@ to the description of your pull request will ensure the
2121corresponding tickets will be closed automatically upon merge.
2222The ticket ids can be found in the file name or the ` known-bug ` annotation
2323inside the testfile.
24+
25+ Please do not re-report any crashes that you find here!
You can’t perform that action at this time.
0 commit comments