1#!/bin/sh23# Installing rust-analyzer through rustup doesn't yet place the binary in4# $HOME/.cargo/bin. This shim uses rustup to find and execute the version of5# rust-analyzer for the currently-selected toolchain.67exec rustup run "$(rustup show active-toolchain | cut -d ' ' -f1)" rust-analyzer