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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
parser
/
nested-missing-closing-angle-bracket.rs
blob: 84ffdd176aea058617d2a8373413b33570ff5002 (
plain
)
1
2
3
4
fn main() { let v : Vec::<Vec<(u32,_,_)> = vec![vec![]]; //~^ ERROR: expected one of }