]> git.lizzy.rs Git - rust.git/blob - tests/ui/consts/invalid-const-in-body.stderr
Rollup merge of #106962 - compiler-errors:use-sugg-span, r=oli-obk
[rust.git] / tests / ui / consts / invalid-const-in-body.stderr
1 error: expected at least one digit in exponent
2   --> $DIR/invalid-const-in-body.rs:2:5
3    |
4 LL |     2.0E
5    |     ^^^^
6
7 error: aborting due to previous error
8