]> git.proxmox.com Git - rustc.git/blame - src/test/ui/coherence/coherence_inherent_cc.old.stderr
New upstream version 1.39.0+dfsg1
[rustc.git] / src / test / ui / coherence / coherence_inherent_cc.old.stderr
CommitLineData
b7449926 1error[E0599]: no method named `the_fn` found for type `&coherence_inherent_cc_lib::TheStruct` in the current scope
0731742a 2 --> $DIR/coherence_inherent_cc.rs:26:11
b7449926 3 |
0731742a 4LL | s.the_fn();
e1599b0c 5 | ^^^^^^ method not found in `&coherence_inherent_cc_lib::TheStruct`
b7449926
XL
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
11error: aborting due to previous error
12
13For more information about this error, try `rustc --explain E0599`.