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