mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
7 lines
248 B
Rust
7 lines
248 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}
|
||
//~| ERROR cannot subtract `{integer}` from `{float}`
|
||
|
||
fn main() {}
|