We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fecdf8f + 5e3f0f1 commit 1f76d91Copy full SHA for 1f76d91
1 file changed
src/tests/ui.md
@@ -394,8 +394,8 @@ E.g. use `//@ dont-require-annotations: NOTE` to annotate notes selectively.
394
Avoid using this directive for `ERROR`s and `WARN`ings, unless there's a serious reason, like
395
target-dependent compiler output.
396
397
-Some diagnostics are never required to be line-annotated, regardless of their kind or directives,
398
-for example secondary lines of multiline diagnostics,
+Some diagnostics are never required to be line-annotated, regardless of their kind or directives.
+Examples are secondary lines of multiline diagnostics,
399
or ubiquitous diagnostics like `aborting due to N previous errors`.
400
401
UI tests use the `-A unused` flag by default to ignore all unused warnings, as
0 commit comments