From 5e3f0f1d45e88db9ba340c38885459de412bc659 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Fri, 29 May 2026 06:39:41 +0200 Subject: [PATCH] fix grammar --- src/tests/ui.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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