_cargo (127B)
1 #compdef cargo 2 if command -v rustc >/dev/null 2>&1; then 3 source "$(rustc --print sysroot)"/share/zsh/site-functions/_cargo 4 fi