]> git.proxmox.com Git - rustc.git/blob - src/test/ui/span/E0046.stderr
New upstream version 1.26.0+dfsg1
[rustc.git] / src / test / ui / span / E0046.stderr
1 error[E0046]: not all trait items implemented, missing: `foo`
2 --> $DIR/E0046.rs:17:1
3 |
4 LL | fn foo();
5 | --------- `foo` from trait
6 ...
7 LL | impl Foo for Bar {}
8 | ^^^^^^^^^^^^^^^^ missing `foo` in implementation
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0046`.