]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-23544.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / issues / issue-23544.stderr
CommitLineData
ff7c6d11 1error[E0229]: associated type bindings are not allowed here
0731742a 2 --> $DIR/issue-23544.rs:5:17
ff7c6d11 3 |
0531ce1d 4LL | where T<Bogus = Self::AlsoBogus>: A;
ff7c6d11
XL
5 | ^^^^^^^^^^^^^^^^^^^^^^^ associated type not allowed here
6
7error: aborting due to previous error
8
0531ce1d 9For more information about this error, try `rustc --explain E0229`.