summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorZalathar <Zalathar@users.noreply.github.com>2024-10-17 20:11:20 +1100
committerZalathar <Zalathar@users.noreply.github.com>2024-10-31 09:09:25 +1100
commitce3e14a448e090abf494a91b87f124258c542d4c (patch)
tree9d0af14b1e682239e125da4f4ee05e0d092ad98e /compiler/rustc_interface/src
parent759e07f063fb8e6306ff1bdaeb70af56a878b415 (diff)
downloadrust-ce3e14a448e090abf494a91b87f124258c542d4c.tar.gz
rust-ce3e14a448e090abf494a91b87f124258c542d4c.zip
Remove support for `-Zprofile` (gcov-style coverage instrumentation)
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/tests.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
index d3762e739db..35bba149d0a 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -832,8 +832,6 @@ fn test_unstable_options_tracking_hash() {
     tracked!(polonius, Polonius::Legacy);
     tracked!(precise_enum_drop_elaboration, false);
     tracked!(print_fuel, Some("abc".to_string()));
-    tracked!(profile, true);
-    tracked!(profile_emit, Some(PathBuf::from("abc")));
     tracked!(profile_sample_use, Some(PathBuf::from("abc")));
     tracked!(profiler_runtime, "abc".to_string());
     tracked!(regparm, Some(3));