blob: 27f69cd2386c6f69be34e948204808babb4b4715 [file] [log] [blame]
error: expected identifier, found `]`
--> $DIR/duplicate-constness.rs:5:27
|
LL | struct S<T: [const] [const] Tr>;
| ^ expected identifier
error: aborting due to 1 previous error