diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2022-12-07 09:18:26 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2022-12-07 09:23:32 +0100 |
commit | ca0a935cdc375f4747ac67b7dc978be06041dab2 (patch) | |
tree | 4728542a59648fef9126ca66f8c239f89fd4f5b9 /gcc | |
parent | 138a6260124740208b8f3aff2e38617f43b05fe8 (diff) | |
download | gcc-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.opt | 4 |
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. |