diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2022-12-07 09:18:26 +0100 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2023-02-21 12:36:53 +0100 |
commit | b9203d82ad276b7eb6b7ecd675da92c1debbc485 (patch) | |
tree | de6c4d4cc59ce7a0d13eebff7b490b062183b7a7 | |
parent | 9f455ed820ccea4f5f37eaf7e5ed3a87cced028e (diff) | |
download | gcc-b9203d82ad276b7eb6b7ecd675da92c1debbc485.zip gcc-b9203d82ad276b7eb6b7ecd675da92c1debbc485.tar.gz gcc-b9203d82ad276b7eb6b7ecd675da92c1debbc485.tar.bz2 |
gccrs: Repair 'gcc/rust/lang.opt' comment
... lost in #1527 commit 138a6260124740208b8f3aff2e38617f43b05fe8
"rust: Add -frust-compile-until option".
gcc/rust/ChangeLog:
* lang.opt: Fix ordering of file.
-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 40aafaf..aab1683 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. |