2025-03-11 12:08:45 +00:00
|
|
|
error: expected identifier, found `]`
|
2025-06-26 10:25:24 +00:00
|
|
|
--> $DIR/duplicate-constness.rs:5:27
|
2021-08-27 08:26:35 +00:00
|
|
|
|
|
2025-03-11 12:08:45 +00:00
|
|
|
LL | struct S<T: [const] [const] Tr>;
|
|
|
|
|
| ^ expected identifier
|
2021-08-27 08:26:35 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-08-27 08:26:35 +00:00
|
|
|
|