]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-10465.stderr
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-10465.stderr
CommitLineData
72b1a166 1error[E0599]: no method named `foo` found for reference `&B` in the current scope
0731742a 2 --> $DIR/issue-10465.rs:17:15
8faf50e0 3 |
532ac7d7 4LL | b.foo();
72b1a166 5 | ^^^ method not found in `&B`
8faf50e0
XL
6 |
7 = help: items from traits can only be used if the trait is in scope
e74abb32 8 = note: the following trait is implemented but not in scope; perhaps add a `use` for it:
8faf50e0
XL
9 `use a::A;`
10
11error: aborting due to previous error
12
13For more information about this error, try `rustc --explain E0599`.