Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-11382.rs
blob: 18c8c756f32e3ab95e9a5b6eed8f51ecb3040521 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
fn
main
()
{
println
!(
"{}"
,
1.2
);
}