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
c93f6d6bb0
rust
/
tests
/
run-pass-fullmir
/
format.rs
5 lines
93 B
Rust
Raw
Normal View
History
Unescape
Escape
unignore a bunch of tests that actually work
2018-08-30 08:57:17 -05:00
//ignore-msvc: Stdout not implemented on Windows
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