]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-72076.stderr
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-72076.stderr
CommitLineData
72b1a166
FG
1error[E0308]: mismatched types
2 --> $DIR/issue-72076.rs:3:23
3 |
4LL | fn f() -> Self::S {}
5 | ^^ expected associated type, found `()`
6 |
7 = note: expected associated type `<Self as X>::S`
8 found unit type `()`
9 = help: consider constraining the associated type `<Self as X>::S` to `()` or calling a method that returns `<Self as X>::S`
10 = note: for more information, visit https://doc.rust-lang.org/book/ch19-03-advanced-traits.html
11
12error: aborting due to previous error
13
14For more information about this error, try `rustc --explain E0308`.