This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6fdee31f2f
rust
/
tests
/
run-pass-fullmir
/
format.rs
5 lines
58 B
Rust
Raw
Normal View
History
Unescape
Escape
Add windows support
2017-09-16 06:32:38 -05:00
//ignore-msvc
add a test for output string formatting
2017-05-30 16:02:20 -05:00
fn
main
(
)
{
println!
(
"
Hello
{}
"
,
13
)
;
}
Reference in New Issue
Copy Permalink