]> git.proxmox.com Git - rustc.git/blame - src/test/ui/span/issue-27522.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / ui / span / issue-27522.stderr
CommitLineData
abe05a73 1error[E0307]: invalid `self` type: &SomeType
32a655c1
SL
2 --> $DIR/issue-27522.rs:16:22
3 |
ff7c6d11 416 | fn handler(self: &SomeType); //~ ERROR invalid `self` type
abe05a73 5 | ^^^^^^^^^
32a655c1 6 |
abe05a73
XL
7 = note: type must be `Self` or a type that dereferences to it`
8 = help: consider changing to `self`, `&self`, `&mut self`, or `self: Box<Self>`
32a655c1 9
041b39d2 10error: aborting due to previous error
32a655c1 11