mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-14 20:44:53 +00:00
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
|
|
|