1
Fork 0
rust/src/test/ui/feature-gate-inline_const.stderr

9 lines
208 B
Text
Raw Normal View History

2020-09-21 16:10:31 -03:00
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