diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2021-08-26 20:17:19 +0200 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2021-09-02 19:08:59 +0200 |
| commit | bd2f08c22fa89dbbcccc56a04231cfb63a80132e (patch) | |
| tree | d718c094cb51f42862ccba56050c2421fb1e6b35 /src/test/ui/issues | |
| parent | fa2bc4f40005c7b318ec91dac3222141bf8e9833 (diff) | |
| download | rust-bd2f08c22fa89dbbcccc56a04231cfb63a80132e.tar.gz rust-bd2f08c22fa89dbbcccc56a04231cfb63a80132e.zip | |
Bless tests.
Diffstat (limited to 'src/test/ui/issues')
| -rw-r--r-- | src/test/ui/issues/issue-10465.stderr | 6 |
1 files changed, 4 insertions, 2 deletions
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 |
