blob: a1a89808debeb6586ec6ed6ea99154878e5e5813 (
plain)
1
2
3
4
5
6
7
8
|
racer - Rust Code Completion utility
This requires rust nightly installed through rustup. Before running
this slackbuild, you should install the nightly from 2021-05-01 (or
later?) by running:
rustup toolchain install \
--component rustc-dev --profile default nightly-2022-01-14
|