rustc-completion

Bash completion support for the Rust compiler (rustc)

brewmacoslinux
Try with needOr install directly
Source

About

Bash completion for rustc

Commands

rustc

Examples

Enable rustc bash completions in current shell session$ source $(brew --prefix rustc-completion)/etc/bash_completion.d/rustc
View available rustc compiler flags with completion$ rustc --<TAB>
Get completion suggestions for rustc edition flag$ rustc --edition <TAB>