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 cdc10f0 commit 0722dbcCopy full SHA for 0722dbc
src/tests/compiletest.md
@@ -565,8 +565,8 @@ $ 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 noted in the file name (`12345.rs` should suffice) and also
569
-inside the file include a `//@ known-bug: #4321` directive.
+number should be appended to the end of the file name (e.g. `calling-undefined-fn-12345.rs`).
+Also, include a `//@ known-bug: #12345` directive inside the file.
570
571
If you happen to fix one of the crashes, please move it to a fitting
572
subdirectory in `tests/ui` and give it a meaningful name. Please add a doc
0 commit comments