diff options
| author | WANG Rui <wangrui@loongson.cn> | 2023-12-14 22:07:53 +0800 |
|---|---|---|
| committer | WANG Rui <wangrui@loongson.cn> | 2024-01-16 19:15:06 +0800 |
| commit | 06a41687b160cbb4cbf8fce0b3ad3a2e352e8338 (patch) | |
| tree | bdc2ea95832dbff1c740b08d7510048df8536fb8 /compiler/rustc_interface/src | |
| parent | 94807670a6a3834cc9b71b0b803d49d307c9ba5d (diff) | |
| download | rust-06a41687b160cbb4cbf8fce0b3ad3a2e352e8338.tar.gz rust-06a41687b160cbb4cbf8fce0b3ad3a2e352e8338.zip | |
Add unstable `-Z direct-access-external-data` cmdline flag for `rustc`
The new flag has been described in the Major Change Proposal at https://github.com/rust-lang/compiler-team/issues/707
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index 588139a303c..948db6a6ea1 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -748,6 +748,7 @@ fn test_unstable_options_tracking_hash() { tracked!(debug_macros, true); tracked!(default_hidden_visibility, Some(true)); tracked!(dep_info_omit_d_target, true); + tracked!(direct_access_external_data, Some(true)); tracked!(dual_proc_macros, true); tracked!(dwarf_version, Some(5)); tracked!(emit_thin_lto, false); |
