9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
|
error: expected expression, found keyword `const`
|
||
|
--> $DIR/feature-gate-inline_const.rs:2:13
|
||
|
|
|
||
|
LL | let _ = const {
|
||
|
| ^^^^^ expected expression
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|