mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
951f2d9ae2
This prevents a follow-up type error in a test, which seems fine.
6 lines
194 B
Rust
6 lines
194 B
Rust
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() {}
|