2018-10-20 15:36:17 -05:00
|
|
|
error: expected one of `=`, lifetime, or type, found `,`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/bounds-lifetime-where.rs:10:14
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
|
LL | type A where , = u8; //~ ERROR expected one of `=`, lifetime, or type, found `,`
|
|
|
|
| ^ expected one of `=`, lifetime, or type here
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|