From bd2f08c22fa89dbbcccc56a04231cfb63a80132e Mon Sep 17 00:00:00 2001 From: Camille GILLOT Date: Thu, 26 Aug 2021 20:17:19 +0200 Subject: Bless tests. --- src/test/ui/issues/issue-10465.stderr | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/test/ui/issues') diff --git a/src/test/ui/issues/issue-10465.stderr b/src/test/ui/issues/issue-10465.stderr index eb32c8db3f6..0ccf69dc060 100644 --- a/src/test/ui/issues/issue-10465.stderr +++ b/src/test/ui/issues/issue-10465.stderr @@ -5,8 +5,10 @@ LL | b.foo(); | ^^^ method not found in `&B` | = help: items from traits can only be used if the trait is in scope - = note: the following trait is implemented but not in scope; perhaps add a `use` for it: - `use a::A;` +help: the following trait is implemented but not in scope; perhaps add a `use` for it: + | +LL | use a::A; + | error: aborting due to previous error -- cgit 1.4.1-3-g733a5