I installed Rust and the Rust vim plugin, but autocomplete does not work.
rustc 1.10.0-dev (992bb1332 2016-05-12)
..vimrc
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'mattn/vim-particle'
Plugin 'davidhalter/jedi-vim'
Plugin 'rust-lang/rust.vim'
call vundle#end() " required
filetype plugin indent on " required
Why is autocomplete not working?
The Rust vim plugin doesn't support autocomplete. YouCompleteMe has autocomplete for Rust (powered by racer).