From 5c3024dc76dfc066ad644a71b6ad8dea23ca73d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BC=D1=98=D0=B0=D0=BD=20=D0=93=D0=B5=D0=BE?= =?UTF-8?q?=D1=80=D0=B3=D0=B8=D0=B5=D0=B2=D1=81=D0=BA=D0=B8?= Date: Sat, 18 May 2024 01:55:21 +0200 Subject: [PATCH] 'llvm-tools-preview' component is now named 'llvm-tools' https://github.com/rust-lang/rustup/pull/3578 --- faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq.md b/faq.md index f0251fd..8a09047 100644 --- a/faq.md +++ b/faq.md @@ -102,7 +102,7 @@ subcommands. ``` console $ rustup default nightly-2018-09-18 # this date is just an example -$ rustup component add llvm-tools-preview +$ rustup component add llvm-tools $ cargo install cargo-binutils $ cargo objdump -- -version