This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
cc54612ac3
rust
/
tests
/
ui
/
log-err-phi.rs
8 lines
86 B
Rust
Raw
Normal View
History
Unescape
Escape
tests: Add missing run-pass annotations
2019-07-27 00:54:25 +03:00
// run-pass
libcore: Remove all uses of `~str` from `libcore`. [breaking-change]
2014-05-19 23:19:56 -07:00
pub
fn
main
(
)
{
if
false
{
println!
(
"
{}
"
,
"
foobar
"
)
;
}
}
Copy permalink