diff --git a/src/tests/ui.md b/src/tests/ui.md index 578ae473d..029861197 100644 --- a/src/tests/ui.md +++ b/src/tests/ui.md @@ -394,8 +394,8 @@ E.g. use `//@ dont-require-annotations: NOTE` to annotate notes selectively. Avoid using this directive for `ERROR`s and `WARN`ings, unless there's a serious reason, like target-dependent compiler output. -Some diagnostics are never required to be line-annotated, regardless of their kind or directives, -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, or ubiquitous diagnostics like `aborting due to N previous errors`. UI tests use the `-A unused` flag by default to ignore all unused warnings, as