From: Arthur Cohen Date: Tue, 20 Jun 2023 00:22:57 +0000 (+0200) Subject: rust: Add -frust-name-resolution-2.0 option X-Git-Tag: basepoints/gcc-15~2444 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3381f522f206f3b64a973976f422b283dd9f49e6;p=thirdparty%2Fgcc.git rust: Add -frust-name-resolution-2.0 option This option enables an experimental name resolution algorithm. Disabled by default. gcc/rust/ChangeLog: * lang.opt: Add -frust-name-resolution-2.0 option --- diff --git a/gcc/rust/lang.opt b/gcc/rust/lang.opt index 4a6a011c6603..2af0f1a9bf93 100644 --- a/gcc/rust/lang.opt +++ b/gcc/rust/lang.opt @@ -167,4 +167,8 @@ Enum(frust_compile_until) String(compilation) Value(9) EnumValue Enum(frust_compile_until) String(end) Value(10) +frust-name-resolution-2.0 +Rust Var(flag_name_resolution_2_0) +Use the temporary and experimental name resolution pipeline instead of the stable one + ; This comment is to ensure we retain the blank line above.