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 afd5496 commit d0c9525Copy full SHA for d0c9525
src/doc/rustc-dev-guide/src/tests/ui.md
@@ -499,7 +499,7 @@ This directive takes comma-separated issue numbers as arguments, or `"unknown"`:
499
- `//@ known-bug: rust-lang/chalk#123456`
500
(allows arbitrary text before the `#`, which is useful when the issue is on another repo)
501
- `//@ known-bug: unknown`
502
- (when there is no known issue yet; preferrably open one if it does not already exist)
+ (when there is no known issue yet; preferably open one if it does not already exist)
503
504
Do not include [error annotations](#error-annotations) in a test with
505
`known-bug`. The test should still include other normal directives and
0 commit comments