From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id C70CF3833E91; Fri, 9 Dec 2022 11:40:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C70CF3833E91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670586049; bh=hd/Gm+HYsH5Z6GQejpzsPzf4HCOgiU67dPTzNJJZiGM=; h=From:To:Subject:Date:From; b=f6i/mEmDUkvAudrwXr0ykK/T45M4ZTf3qcMPktsy7RoMTpIQY21ApEQWW80gpRz5Q NAMCtFZj4Lg41NXWuiaUGYO6eHbjrpSHfaITrUDtHsp0ah7bzk3ItvKW/P+L0UpJ7z yGWsgsB5yw0JH4cK69sxSARsuK5nnf3FgMYFDWdQ= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/rust/master] Repair 'gcc/rust/lang.opt' comment X-Act-Checkin: gcc X-Git-Author: Thomas Schwinge X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: 138a6260124740208b8f3aff2e38617f43b05fe8 X-Git-Newrev: ca0a935cdc375f4747ac67b7dc978be06041dab2 Message-Id: <20221209114049.C70CF3833E91@sourceware.org> Date: Fri, 9 Dec 2022 11:40:49 +0000 (GMT) List-Id: https://gcc.gnu.org/g:ca0a935cdc375f4747ac67b7dc978be06041dab2 commit ca0a935cdc375f4747ac67b7dc978be06041dab2 Author: Thomas Schwinge Date: Wed Dec 7 09:18:26 2022 +0100 Repair 'gcc/rust/lang.opt' comment ... lost in #1527 commit 138a6260124740208b8f3aff2e38617f43b05fe8 "rust: Add -frust-compile-until option". Diff: --- gcc/rust/lang.opt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gcc/rust/lang.opt b/gcc/rust/lang.opt index bb3b9983862..ea71d55b145 100644 --- a/gcc/rust/lang.opt +++ b/gcc/rust/lang.opt @@ -113,6 +113,7 @@ Rust Joined RejectNegative o Rust Joined Separate +; Documented in common.opt frust-compile-until= Rust Joined RejectNegative Enum(frust_compile_until) Var(flag_rust_compile_until) @@ -154,7 +155,4 @@ Enum(frust_compile_until) String(compilation) Value(9) EnumValue Enum(frust_compile_until) String(end) Value(10) - -; Documented in common.opt - ; This comment is to ensure we retain the blank line above.