2018-07-15 16:11:54 -05:00
|
|
|
error[E0229]: associated type bindings are not allowed here
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-24682.rs:5:11
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | / N=
|
2018-07-15 16:11:54 -05:00
|
|
|
LL | | Self::N> {
|
|
|
|
| |_________________^ associated type not allowed here
|
|
|
|
|
|
|
|
error[E0229]: associated type bindings are not allowed here
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-24682.rs:11:13
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | <N=()>
|
2018-07-15 16:11:54 -05:00
|
|
|
| ^^^^ associated type not allowed here
|
|
|
|
|
|
|
|
error[E0229]: associated type bindings are not allowed here
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-24682.rs:15:13
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | u32<N=()>
|
2018-07-15 16:11:54 -05:00
|
|
|
| ^^^^ associated type not allowed here
|
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0229`.
|