We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab76257 commit aed9cc4Copy full SHA for aed9cc4
src/tests/ui.md
@@ -415,6 +415,12 @@ reasons, including:
415
can alert the developer so they know that the associated issue has been fixed
416
and can possibly be closed.
417
418
+This directive takes comma-separated issue numbers as arguments,
419
+each prefixed with a `#`.
420
+Examples are `//@ known-bug: #12345` and `//@ known-bug: #123, #456`.
421
+Arbitrary text before the `#` is also accepted,
422
+example being `rust-lang/rust#12345`.
423
+
424
Do not include [error annotations](#error-annotations) in a test with
425
`known-bug`. The test should still include other normal directives and
426
stdout/stderr files.
0 commit comments