Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
did_you_mean
/
issue-49746-unicode-confusable-in-float-literal-expt.rs
blob: 66d562d2eb51985020bf9721a3551eafff28ca58 [
file
] [
log
] [
blame
]
const
UNIVERSAL_GRAVITATIONAL_CONSTANT
:
f64
=
6.674e
−
11
;
// m³⋅kg⁻¹⋅s⁻²
//~^ ERROR expected at least one digit in exponent
//~| ERROR unknown start of token: \u{2212}
//~| ERROR cannot subtract `{integer}` from `{float}`
fn
main
()
{}