We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0722dbc commit ef6ca31Copy full SHA for ef6ca31
src/tests/compiletest.md
@@ -565,8 +565,9 @@ $ COMPILETEST_VERBOSE_CRASHES=1 ./x test tests/crashes/999999.rs --stage 1
565
```
566
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.
+number should be appended to the end of the file name (e.g.
+`calling-undefined-fn-12345.rs`), and a `//@ known-bug: #12345` directive
570
+should be added inside the test file itself.
571
572
If you happen to fix one of the crashes, please move it to a fitting
573
subdirectory in `tests/ui` and give it a meaningful name. Please add a doc
0 commit comments