diff mbox series

[committed,101/103] gccrs: Repair 'gcc/rust/lang.opt' comment

Message ID 20230221120230.596966-102-arthur.cohen@embecosm.com
State New
Headers show
Series [committed,001/103] gccrs: Fix missing dead code analysis ICE on local enum definition | expand

Commit Message

Arthur Cohen Feb. 21, 2023, 12:02 p.m. UTC
From: Thomas Schwinge <thomas@codesourcery.com>

... 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 mbox series

Patch

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.