]> git.proxmox.com Git - rustc.git/blame - src/test/ui/span/issue-24356.stderr
New upstream version 1.20.0+dfsg1
[rustc.git] / src / test / ui / span / issue-24356.stderr
CommitLineData
476ff2be
SL
1error[E0046]: not all trait items implemented, missing: `Target`
2 --> $DIR/issue-24356.rs:30:9
3 |
cc61c64b 430 | / impl Deref for Thing {
476ff2be
SL
531 | | //~^ ERROR E0046
632 | | //~| NOTE missing `Target` in implementation
733 | | //~| NOTE `Target` from trait: `type Target;`
834 | | fn deref(&self) -> i8 { self.0 }
935 | | }
cc61c64b 10 | |_________^ missing `Target` in implementation
476ff2be
SL
11 |
12 = note: `Target` from trait: `type Target;`
13
041b39d2 14error: aborting due to previous error
476ff2be 15