diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/rust/lang.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/rust/lang.opt b/gcc/rust/lang.opt index 4a6a011..2af0f1a 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. |