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
/
vector-no-ann.rs
blob: 200364a5d937ee755c560ca97c7c89601c9029c1 (
plain
)
1
2
3
4
fn main() { let _foo = Vec::new(); //~^ ERROR type annotations needed [E0282] }