rust/tests/ui/fmt/println-float.rs
2025-12-10 09:23:50 +09:00

4 lines
52 B
Rust

//@ run-pass
fn main() {
println!("{}", 1.2);
}