File tree 1 file changed +3
-1
lines changed
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.
8
8
9
9
When adding crashes from https://github.com/rust-lang/rust/issues , the
10
10
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.
12
12
13
13
If you happen to fix one of the crashes, please move it to a fitting
14
14
subdirectory in ` tests/ui ` and give it a meaningful name.
@@ -21,3 +21,5 @@ to the description of your pull request will ensure the
21
21
corresponding tickets will be closed automatically upon merge.
22
22
The ticket ids can be found in the file name or the ` known-bug ` annotation
23
23
inside 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