rust/tests/ui/did_you_mean/issue-49746-unicode-confusable-in-float-literal-expt.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
194 B
Rust
Raw Normal View History

2018-05-25 21:57:02 -07:00
const UNIVERSAL_GRAVITATIONAL_CONSTANT: f64 = 6.674e11; // m³⋅kg⁻¹⋅s⁻²
//~^ ERROR expected at least one digit in exponent
//~| ERROR unknown start of token: \u{2212}
fn main() {}