mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
1bd997a452
Split invalid-compile-flags into run-pass & invalid Update tests/ui/README.md
6 lines
123 B
Rust
6 lines
123 B
Rust
//! regression test for https://github.com/rust-lang/rust/issues/11382
|
|
//@ run-pass
|
|
fn main() {
|
|
println!("{}", 1.2);
|
|
}
|