summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/no-coverage.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/lint/no-coverage.stderr')
-rw-r--r--src/test/ui/lint/no-coverage.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/lint/no-coverage.stderr b/src/test/ui/lint/no-coverage.stderr
index 8452ccc7a..404efbeac 100644
--- a/src/test/ui/lint/no-coverage.stderr
+++ b/src/test/ui/lint/no-coverage.stderr
@@ -94,7 +94,7 @@ error: unconstrained opaque type
LL | type U = impl Trait;
| ^^^^^^^^^^
|
- = note: `U` must be used in combination with a concrete type within the same module
+ = note: `U` must be used in combination with a concrete type within the same impl
error: aborting due to 7 previous errors; 6 warnings emitted