From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x433.google.com (mail-wr1-x433.google.com [IPv6:2a00:1450:4864:20::433]) by sourceware.org (Postfix) with ESMTPS id 41B12386EC0C for ; Tue, 21 Feb 2023 12:04:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 41B12386EC0C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=embecosm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=embecosm.com Received: by mail-wr1-x433.google.com with SMTP id j2so3985102wrh.9 for ; Tue, 21 Feb 2023 04:04:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=content-transfer-encoding:mime-version:reply-to:references :in-reply-to:message-id:date:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=jehO+nbtO2fKMrarGdStxvuPhPrSdYDt+puBijSZjUY=; b=aKzR84aIXBw2runU4CPs4LGH/+PlT9uEdSWlo7vR0LbzjO3JcQE8wig+c3ay2eQkVO fkSXCs/b0nQFQwMVEfpV5SyyA8k4D/+DttHsTaolZl/CdCwWVjdhse+zeTa0kgN9f1g4 BToaebrHDHKwL54PyWSCL+SVXgIMhP6I/4Eq8Sq8pH5VZj8F7t4gXIIffWJ1IPXB+y92 q8L+uKbxW/+vqRjLx9jGmSQo9DDTSHSmYSxJZZHhd1S7uXQ0HEzkjk5ZG4RPwC77TUKa 1Ca0jEXRECwqJBsI/hV8yVjtZdvDOuKIRkKWviu1OtJ6Y+2VHSiGnopuqaPIcgE0QiD5 lLgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:reply-to:references :in-reply-to:message-id:date:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=jehO+nbtO2fKMrarGdStxvuPhPrSdYDt+puBijSZjUY=; b=OFHV9UiPw6CG8R6IN+jKOkfk7FtmzfDr84hQvyyQgtbZGW4jU7qPYrldhpq3hmrSPC as/aTvfahJxhXHGY+sV3y2QyXLm9+XPZDo/Xw0JhsXlmRWb9w0hgIZnbVlcrIU5fBGoL EPG5s45Z6PFxVG43yyJ6xeTFM45H15DZchxgMrk2w8k1RmYBzBupuOhhlaVK6r1qCNkl dymQ0JxII8AuxGARsvRJDhNluTenzusb1QYRQ4ujhilMzpOJq4+h3HibMW1ZwTiJtzmV kSrsX0WO6lyoSY7KaBKNaS/6mRNTLjl7R1884Y45QSIS7J+wlfgAdBc1XXglpnMYpusG b6ww== X-Gm-Message-State: AO0yUKX3DduFpMO+xbVSok+Wm8rvZe81Ez6p5dyXg/zz0dJ01/bYun/L 6chdsMgduozq+mdKd+PDbg/jhd/asA3gYK7BkA== X-Google-Smtp-Source: AK7set/EySP7TqcO3n1/x0Tr3sWrTSaIMzoxDh4iS4CaTiYXf2FSTvcl7t+Pw7jqf6yoa5e7jKrr2Q== X-Received: by 2002:a5d:4f8b:0:b0:2c5:5881:be0f with SMTP id d11-20020a5d4f8b000000b002c55881be0fmr4247309wru.25.1676981082904; Tue, 21 Feb 2023 04:04:42 -0800 (PST) Received: from platypus.localdomain ([62.23.166.218]) by smtp.gmail.com with ESMTPSA id c15-20020adffb4f000000b002c55b0e6ef1sm5013811wrs.4.2023.02.21.04.04.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Feb 2023 04:04:42 -0800 (PST) From: arthur.cohen@embecosm.com To: gcc-patches@gcc.gnu.org Cc: gcc-rust@gcc.gnu.org, Thomas Schwinge Subject: [committed 101/103] gccrs: Repair 'gcc/rust/lang.opt' comment Date: Tue, 21 Feb 2023 13:02:31 +0100 Message-Id: <20230221120230.596966-102-arthur.cohen@embecosm.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230221120230.596966-1-arthur.cohen@embecosm.com> References: <20230221120230.596966-1-arthur.cohen@embecosm.com> Reply-To: arthur.cohen@embecosm.com MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-14.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: From: Thomas Schwinge ... lost in #1527 commit 138a6260124740208b8f3aff2e38617f43b05fe8 "rust: Add -frust-compile-until option". gcc/rust/ChangeLog: * lang.opt: Fix ordering of file. --- 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 40aafaf34d2..aab168334f6 100644 --- a/gcc/rust/lang.opt +++ b/gcc/rust/lang.opt @@ -117,6 +117,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) @@ -158,7 +159,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. -- 2.39.1