]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-57362-1.stderr
keep predicate order and tweak output
[rust.git] / src / test / ui / issues / issue-57362-1.stderr
index ad596db13ccfd65e43152609ce19cd99d92f955a..5c611cd43d3ccdf77c39e938c62ecceb778492e8 100644 (file)
@@ -6,8 +6,11 @@ LL |     a.f();
    |
    = note: `a` is a function, perhaps you wish to call it
    = help: items from traits can only be used if the trait is implemented and in scope
-   = note: the following trait defines an item `f`, perhaps you need to implement it:
-           candidate #1: `Trait`
+note: `Trait` defines an item `f`, perhaps you need to implement it
+  --> $DIR/issue-57362-1.rs:8:1
+   |
+LL | trait Trait {
+   | ^^^^^^^^^^^
 
 error: aborting due to previous error