diff options
| author | Ben Kimock <kimockb@gmail.com> | 2024-12-05 12:51:19 -0500 |
|---|---|---|
| committer | Ben Kimock <kimockb@gmail.com> | 2025-01-27 23:48:47 -0500 |
| commit | bf9df97660f2360bff4acf5231c5396eeaf1d3db (patch) | |
| tree | aa65e88696016d9ed9f42555e7781f0cebbcfad0 /compiler/rustc_interface/src | |
| parent | ed43cbcb882e7c06870abdd9305dc1f17eb9bab9 (diff) | |
| download | rust-bf9df97660f2360bff4acf5231c5396eeaf1d3db.tar.gz rust-bf9df97660f2360bff4acf5231c5396eeaf1d3db.zip | |
Remove -Zinline-in-all-cgus and clean up CGU partitioning tests
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index d7370c1ff53..96bd6fc10a5 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -795,7 +795,6 @@ fn test_unstable_options_tracking_hash() { tracked!(function_sections, Some(false)); tracked!(human_readable_cgu_names, true); tracked!(incremental_ignore_spans, true); - tracked!(inline_in_all_cgus, Some(true)); tracked!(inline_mir, Some(true)); tracked!(inline_mir_hint_threshold, Some(123)); tracked!(inline_mir_threshold, Some(123)); |
