#!/bin/sh
# Check that the rust-analyzer binary is installed and runnable via its
# unversioned symlink.

set -e
rust-analyzer --version
