]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-24682.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / issues / issue-24682.stderr
CommitLineData
8faf50e0 1error[E0229]: associated type bindings are not allowed here
0731742a 2 --> $DIR/issue-24682.rs:5:11
8faf50e0 3 |
532ac7d7 4LL | / N=
8faf50e0
XL
5LL | | Self::N> {
6 | |_________________^ associated type not allowed here
7
8error[E0229]: associated type bindings are not allowed here
0731742a 9 --> $DIR/issue-24682.rs:11:13
8faf50e0 10 |
532ac7d7 11LL | <N=()>
8faf50e0
XL
12 | ^^^^ associated type not allowed here
13
14error[E0229]: associated type bindings are not allowed here
0731742a 15 --> $DIR/issue-24682.rs:15:13
8faf50e0 16 |
532ac7d7 17LL | u32<N=()>
8faf50e0
XL
18 | ^^^^ associated type not allowed here
19
20error: aborting due to 3 previous errors
21
22For more information about this error, try `rustc --explain E0229`.