about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorAndrew Zhogin <andrew.zhogin@gmail.com>2024-09-24 16:35:00 +0700
committerAndrew Zhogin <andrew.zhogin@gmail.com>2024-12-02 01:14:40 +0700
commit9aab517d6310223ac5a89c640723a64b695d49d2 (patch)
treee91d610742fbd94d5bd463f60159e919d6e37a07 /compiler/rustc_interface/src
parentf005c7437def424a1c43cbc380352a58d8ac920b (diff)
downloadrust-9aab517d6310223ac5a89c640723a64b695d49d2.tar.gz
rust-9aab517d6310223ac5a89c640723a64b695d49d2.zip
rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973)
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
index 6beae14100d..3e74a014093 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -831,6 +831,7 @@ fn test_unstable_options_tracking_hash() {
     tracked!(precise_enum_drop_elaboration, false);
     tracked!(profile_sample_use, Some(PathBuf::from("abc")));
     tracked!(profiler_runtime, "abc".to_string());
+    tracked!(reg_struct_return, true);
     tracked!(regparm, Some(3));
     tracked!(relax_elf_relocations, Some(true));
     tracked!(remap_cwd_prefix, Some(PathBuf::from("abc")));