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
/
tests
/
ui
/
macros
/
macro-delimiter-significance.rs
blob: 8b532e19196b3557d5c806191edcd1b37f9ed071 (
plain
)
1
2
3
4
//@ run-pass
fn
main
()
{
vec!
[
1_
usize
,
2
,
3
].
len
();
}