blob: 18e6dac26087fd81a300cf206bf0a12dbb59b78f [file] [log] [blame]
error: expected identifier, found reserved identifier `_`
--> $DIR/underscore-suffix-for-float.rs:14:16
|
LL | let a = 42._; //~ ERROR expected identifier, found reserved identifier `_`
| ^ expected identifier, found reserved identifier
error: aborting due to previous error