]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/issue-23827.stderr
Do not show `::constructor` on tuple struct diagnostics
[rust.git] / src / test / ui / span / issue-23827.stderr
1 error[E0046]: not all trait items implemented, missing: `Output`
2   --> $DIR/issue-23827.rs:36:1
3    |
4 36 |   impl<C: Component> FnOnce<(C,)> for Prototype {
5    |  _^ starting here...
6 37 | |     //~^ ERROR E0046
7 38 | |     //~| NOTE missing `Output` in implementation
8 39 | |     //~| NOTE `Output` from trait: `type Output;`
9 ...  |
10 42 | |     }
11 43 | | }
12    | |_^ ...ending here: missing `Output` in implementation
13    |
14    = note: `Output` from trait: `type Output;`
15
16 error: aborting due to previous error
17