9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
error: expected identifier, found `]`
|
|
--> $DIR/syntax.rs:6:12
|
|
|
|
|
LL | impl [const] T {}
|
|
| ^ expected identifier
|
|
|
|
error: aborting due to 1 previous error
|
|
|