From e22b21e1bb5580a816f085879f9acdb3183a15cb Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 17 May 2021 11:22:59 +0300 Subject: minor: and one more recipe for ace --- docs/user/manual.adoc | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/user/manual.adoc') diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 797af3f75..f96c09a79 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -589,6 +589,7 @@ Here is a **non-exhaustive** list of ways to make rust-analyzer execute arbitrar * proc macros and build scripts are executed by default * `.cargo/config` can override `rustc` with an arbitrary executable +* `rust-toolchain.toml` can override `rustc` with an arbitrary executable * VS Code plugin reads configuration from project directory, and that can be used to override paths to various executables, like `rustfmt` or `rust-analyzer` itself. * rust-analyzer's syntax trees library uses a lot of `unsafe` and hasn't been properly audited for memory safety. -- cgit v1.2.3