aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2022-12-07 09:18:26 +0100
committerThomas Schwinge <thomas@codesourcery.com>2022-12-07 09:23:32 +0100
commitca0a935cdc375f4747ac67b7dc978be06041dab2 (patch)
tree4728542a59648fef9126ca66f8c239f89fd4f5b9 /gcc
parent138a6260124740208b8f3aff2e38617f43b05fe8 (diff)
downloadgcc-ca0a935cdc375f4747ac67b7dc978be06041dab2.zip
gcc-ca0a935cdc375f4747ac67b7dc978be06041dab2.tar.gz
gcc-ca0a935cdc375f4747ac67b7dc978be06041dab2.tar.bz2
Repair 'gcc/rust/lang.opt' comment
... lost in #1527 commit 138a6260124740208b8f3aff2e38617f43b05fe8 "rust: Add -frust-compile-until option".
Diffstat (limited to 'gcc')
-rw-r--r--gcc/rust/lang.opt4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/rust/lang.opt b/gcc/rust/lang.opt
index bb3b998..ea71d55 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.