From 25b9dff9d0e9678d47115eb204dbaabdbed5ae7c Mon Sep 17 00:00:00 2001 From: Younies Mahmoud Date: Fri, 5 Jul 2024 16:50:13 +0200 Subject: [PATCH] Enhance Speaker Note: Warning for Rust Installation via Homebrew (#2191) --- src/cargo.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/cargo.md b/src/cargo.md index 206633b6..56d252ef 100644 --- a/src/cargo.md +++ b/src/cargo.md @@ -30,6 +30,10 @@ auto-completion and jump-to-definition functionality for [VS Code], [Emacs], sudo apt install cargo rust-src rustfmt ``` +- On macOS, you can use [Homebrew](https://brew.sh/) to install Rust, but this + may provide an outdated version. Therefore, it is recommended to install Rust + from the official site. + [rust-analyzer]: https://rust-analyzer.github.io/