]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/suggestions/dont-wrap-ambiguous-receivers.stderr
Auto merge of #99028 - tmiasko:inline, r=estebank
[rust.git] / src / test / ui / suggestions / dont-wrap-ambiguous-receivers.stderr
index 8fcadbf4c75f4455fc7d0bf3cac001a5fac61477..4658ecb3a7a95752ea42e58c4693853e0e8585ad 100644 (file)
@@ -2,7 +2,7 @@ error[E0599]: no method named `pick` found for struct `Chaenomeles` in the curre
   --> $DIR/dont-wrap-ambiguous-receivers.rs:18:25
    |
 LL |     pub struct Chaenomeles;
-   |     ----------------------- method `pick` not found for this
+   |     ---------------------- method `pick` not found for this struct
 ...
 LL |     banana::Chaenomeles.pick()
    |                         ^^^^ method not found in `Chaenomeles`