From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31C28158017 for ; Thu, 30 Sep 2021 03:47:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5769CE0843; Thu, 30 Sep 2021 03:47:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C69A2E0843 for ; Thu, 30 Sep 2021 03:47:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80EC8342DB0 for ; Thu, 30 Sep 2021 03:47:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5A07107 for ; Thu, 30 Sep 2021 03:47:42 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1632973633.828d6ee124ce4658465c26a9429bd06221cce3b7.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/metadata.xml X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 828d6ee124ce4658465c26a9429bd06221cce3b7 X-VCS-Branch: master Date: Thu, 30 Sep 2021 03:47:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7e7f6cdd-f1d6-4e28-bbbc-4dd35a983cbe X-Archives-Hash: ce4e12308c454f8c52ba00f0dbec4d30 commit: 828d6ee124ce4658465c26a9429bd06221cce3b7 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Sep 30 03:46:25 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Sep 30 03:47:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=828d6ee1 dev-lang/rust: mention than parallel-compiler flag is experimental Bug: https://bugs.gentoo.org/813954 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/rust/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/rust/metadata.xml b/dev-lang/rust/metadata.xml index 7218029cc34..5515006c5dc 100644 --- a/dev-lang/rust/metadata.xml +++ b/dev-lang/rust/metadata.xml @@ -13,7 +13,7 @@ Install clippy, Rust code linter Install miri, an interpreter for Rust's mid-level intermediate representation (requires USE=nightly) Enable nightly (UNSTABLE) features - Build a multi-threaded rustc + Build a multi-threaded rustc (experimental, unsupported) Install rls, Rust Language Server (used with IDEs supporting RLS protocol) Install rustfmt, Rust code formatter Bootstrap using installed rust compiler