]> git.lizzy.rs Git - rust.git/blob - src/test/ui/coherence/coherence_inherent_cc.old.stderr
4d93e699031f37896c917b8e2f132ae680a389cc
[rust.git] / src / test / ui / coherence / coherence_inherent_cc.old.stderr
1 error[E0599]: no method named `the_fn` found for type `&coherence_inherent_cc_lib::TheStruct` in the current scope
2   --> $DIR/coherence_inherent_cc.rs:26:11
3    |
4 LL |         s.the_fn();
5    |           ^^^^^^
6    |
7    = help: items from traits can only be used if the trait is in scope
8    = note: the following trait is implemented but not in scope, perhaps add a `use` for it:
9            `use coherence_inherent_cc_lib::TheTrait;`
10
11 error: aborting due to previous error
12
13 For more information about this error, try `rustc --explain E0599`.