]> git.proxmox.com Git - rustc.git/blame - src/test/ui/specialization/issue-44861.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / specialization / issue-44861.stderr
CommitLineData
1b1a35ee 1error[E0277]: the trait bound `(): CoerceUnsized<*const [u8]>` is not satisfied
f035d41b
XL
2 --> $DIR/issue-44861.rs:21:5
3 |
f035d41b 4LL | default type Data2 = ();
1b1a35ee 5 | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `CoerceUnsized<*const [u8]>` is not implemented for `()`
94222f64
XL
6 |
7note: required by a bound in `Smartass::Data2`
8 --> $DIR/issue-44861.rs:12:17
9 |
10LL | type Data2: CoerceUnsized<*const [u8]>;
11 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Smartass::Data2`
f035d41b
XL
12
13error: aborting due to previous error
14
15For more information about this error, try `rustc --explain E0277`.