diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2022-12-07 09:14:33 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2022-12-07 09:15:39 +0100 |
commit | d9d9ca0b9e50b669d5445e028739bcdd0aa024bd (patch) | |
tree | 7676dea4911a0d148dbc89473c7cc671cb2b6af1 /gcc | |
parent | b2d445c2bbb15e6a1f1d0e5ac693fd671ecaa473 (diff) | |
download | gcc-d9d9ca0b9e50b669d5445e028739bcdd0aa024bd.zip gcc-d9d9ca0b9e50b669d5445e028739bcdd0aa024bd.tar.gz gcc-d9d9ca0b9e50b669d5445e028739bcdd0aa024bd.tar.bz2 |
Move '-frust-incomplete-and-experimental-compiler-do-not-use' out of the middle of '-frust-mangling=[...]'
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/rust/lang.opt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/rust/lang.opt b/gcc/rust/lang.opt index 155892d..ff4f537 100644 --- a/gcc/rust/lang.opt +++ b/gcc/rust/lang.opt @@ -66,6 +66,10 @@ frust-dump- Rust Joined RejectNegative -frust-dump-<type> Dump Rust frontend internal information. +frust-incomplete-and-experimental-compiler-do-not-use +Rust Var(flag_rust_experimental) +Enable experimental compilation of Rust files at your own risk + frust-max-recursion-depth= Rust RejectNegative Type(int) Var(rust_max_recursion_depth) Init(64) -frust-max-recursion-depth=integer @@ -74,10 +78,6 @@ frust-mangling= Rust Joined RejectNegative Enum(frust_mangling) Var(flag_rust_mangling) -frust-mangling=[legacy|v0] Choose which version to use for name mangling -frust-incomplete-and-experimental-compiler-do-not-use -Rust Var(flag_rust_experimental) -Enable experimental compilation of Rust files at your own risk - Enum Name(frust_mangling) Type(int) UnknownError(unknown rust mangling option %qs) |