]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0034.stderr
Rename AssocKind::Method to AssocKind::Fn
[rust.git] / src / test / ui / error-codes / E0034.stderr
index 7977e529a11a6c140a94b503899af83ff4003dd3..471512ca8f72ceb69ad59a805edb0f5634c3ff88 100644 (file)
@@ -14,11 +14,11 @@ note: candidate #2 is defined in an impl of the trait `Trait2` for the type `Tes
    |
 LL |     fn foo() {}
    |     ^^^^^^^^
-help: disambiguate the method call for candidate #1
+help: disambiguate the associated function for candidate #1
    |
 LL |     Trait1::foo()
    |     ^^^^^^^^^^^
-help: disambiguate the method call for candidate #2
+help: disambiguate the associated function for candidate #2
    |
 LL |     Trait2::foo()
    |     ^^^^^^^^^^^