This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-11-24 07:44:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4e418805da
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-26 21:54:25 +00:00
// run-pass
libcore: Remove all uses of `~str` from `libcore`. [breaking-change]
2014-05-20 06:19:56 +00:00
pub
fn
main
(
)
{
if
false
{
println!
(
"
{}
"
,
"
foobar
"
)
;
}
}
Reference in New Issue
Copy Permalink