]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/coherence/coherence_inherent_cc.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / coherence / coherence_inherent_cc.stderr
index d968c8b4680dff77343162df2d910c3d152c6541..edfe6348d174e5a741e163fdf7b05f5c06e65832 100644 (file)
@@ -1,8 +1,8 @@
-error[E0599]: no method named `the_fn` found for reference `&coherence_inherent_cc_lib::TheStruct` in the current scope
+error[E0599]: no method named `the_fn` found for reference `&TheStruct` in the current scope
   --> $DIR/coherence_inherent_cc.rs:23:11
    |
 LL |         s.the_fn();
-   |           ^^^^^^ method not found in `&coherence_inherent_cc_lib::TheStruct`
+   |           ^^^^^^ method not found in `&TheStruct`
    |
    = 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: