We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab76257 commit 6c1077eCopy full SHA for 6c1077e
1 file changed
src/tests/ui.md
@@ -415,6 +415,14 @@ 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, or `"unknown"`:
419
+
420
+- `//@ known-bug: #123, #456` (when the issues are on rust-lang/rust)
421
+- `//@ known-bug: rust-lang/chalk#123456`
422
+ (allows arbitrary text before the `#`, which is useful when the issue is on another repo)
423
+- `//@ known-bug: unknown`
424
+ (when there is no known issue yet; preferrably open one if it does not already exist)
425
426
Do not include [error annotations](#error-annotations) in a test with
427
`known-bug`. The test should still include other normal directives and
428
stdout/stderr files.
0 commit comments