diff options
| author | csmoe <csmoe@msn.com> | 2022-07-25 05:20:23 +0000 |
|---|---|---|
| committer | csmoe <csmoe@msn.com> | 2022-07-25 05:20:23 +0000 |
| commit | 6674c94d15e8bdf2d6d3d53d73acb28bd0b10c36 (patch) | |
| tree | ace1d2282a58db5166ec321812a965f05ee0cf94 /compiler/rustc_interface/src | |
| parent | babff2211e3ae9ef52852dc1b01f3eacdd94c12e (diff) | |
| download | rust-6674c94d15e8bdf2d6d3d53d73acb28bd0b10c36.tar.gz rust-6674c94d15e8bdf2d6d3d53d73acb28bd0b10c36.zip | |
feat: impl export-executable-symbols
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 d07e17f6792..0a0eb99cd92 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -733,6 +733,7 @@ fn test_unstable_options_tracking_hash() { tracked!(debug_macros, true); tracked!(dep_info_omit_d_target, true); tracked!(drop_tracking, true); + tracked!(export_executable_symbols, true); tracked!(dual_proc_macros, true); tracked!(dwarf_version, Some(5)); tracked!(emit_thin_lto, false); |
