]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/E0046.stderr
Rollup merge of #87922 - Manishearth:c-enum-target-spec, r=nagisa,eddyb
[rust.git] / src / test / ui / span / E0046.stderr
1 error[E0046]: not all trait items implemented, missing: `foo`
2   --> $DIR/E0046.rs:7: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`.