index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
issues
/
issue-3109.rs
blob: bd807cad753f3c6415d34dd88034e3b7830d7ea8 (
plain
)
1
2
3
4
// run-pass
pub
fn
main
()
{
println!
(
"{:?}"
,
(
"hi there!"
,
"you"
));
}