blob: ef4ba9499c37afe392ee801a440b42e8a04948ef (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `=`, lifetime, or type, found `,`
--> $DIR/bounds-lifetime-where.rs:20:14
|
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
|