summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/invalid-const-in-body.stderr
blob: b8944abba266feb29a8a9e14d60bed2f5784c605 (plain)
1
2
3
4
5
6
7
8
error: expected at least one digit in exponent
  --> $DIR/invalid-const-in-body.rs:2:5
   |
LL |     2.0E
   |     ^^^^

error: aborting due to 1 previous error