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
752accf4e4
rust
/
tests
/
run-pass-fullmir
/
format.rs
6 lines
73 B
Rust
Raw
Normal View
History
Unescape
Escape
Add windows support
2017-09-16 06:32:38 -05:00
//ignore-msvc
Test miri on mac os
2017-07-19 08:06:21 -05:00
//ignore-macos
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