fix(rust): call `rustc` through `rustup run` (#12901)

master
Thomas 1 year ago committed by GitHub
parent 276e540eed
commit cae2e45193
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      plugins/rust/rust.plugin.zsh

@ -22,5 +22,5 @@ fi
rustup completions zsh >| "$ZSH_CACHE_DIR/completions/_rustup" &|
cat >| "$ZSH_CACHE_DIR/completions/_cargo" <<'EOF'
#compdef cargo
source "$(rustc +${${(z)$(rustup default)}[1]} --print sysroot)"/share/zsh/site-functions/_cargo
source "$(rustup run ${${(z)$(rustup default)}[1]} rustc --print sysroot)"/share/zsh/site-functions/_cargo
EOF

Loading…
Cancel
Save