File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -565,8 +565,9 @@ $ COMPILETEST_VERBOSE_CRASHES=1 ./x test tests/crashes/999999.rs --stage 1
565
565
```
566
566
567
567
When adding crashes from < https://github.com/rust-lang/rust/issues > , the issue
568
- number should be appended to the end of the file name (e.g. ` calling-undefined-fn-12345.rs ` ).
569
- Also, include a ` //@ known-bug: #12345 ` directive inside the file.
568
+ number should be appended to the end of the file name (e.g.
569
+ ` calling-undefined-fn-12345.rs ` ), and a ` //@ known-bug: #12345 ` directive
570
+ should be added inside the test file itself.
570
571
571
572
If you happen to fix one of the crashes, please move it to a fitting
572
573
subdirectory in ` tests/ui ` and give it a meaningful name. Please add a doc
You can’t perform that action at this time.
0 commit comments