mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-05 05:56:51 +00:00
9 lines
162 B
Plaintext
9 lines
162 B
Plaintext
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
|
|
|