Sign in
fuchsia
/
third_party
/
rust
/
4360fd7f342943b3d25a3eb7064fd3ef7599274e
/
.
/
tests
/
ui
/
did_you_mean
/
issue-49746-unicode-confusable-in-float-literal-expt.rs
blob: 5c2c3b8ec61d5316f1841fc6352390f911ac537b [
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}
fn
main
()
{}