about summary refs log tree commit diff
path: root/compiler/rustc_interface
diff options
context:
space:
mode:
authorKaran Janthe <karanjanthe@gmail.com>2025-08-23 23:10:48 +0000
committerKaran Janthe <karanjanthe@gmail.com>2025-09-19 04:02:20 +0000
commit664e83b3e76b51fb5192e74a64eef3bc5bbd4e32 (patch)
treee777129c436cdcb8fa1cfaec619a6c8afc586395 /compiler/rustc_interface
parent5d3ebc3804299503387b7ea1427f1619d410c2b2 (diff)
downloadrust-664e83b3e76b51fb5192e74a64eef3bc5bbd4e32.tar.gz
rust-664e83b3e76b51fb5192e74a64eef3bc5bbd4e32.zip
added typetree support for memcpy
Diffstat (limited to 'compiler/rustc_interface')
-rw-r--r--compiler/rustc_interface/src/tests.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
index 837acdadd57..0dc5b5af3ac 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -765,7 +765,6 @@ fn test_unstable_options_tracking_hash() {
     tracked!(allow_features, Some(vec![String::from("lang_items")]));
     tracked!(always_encode_mir, true);
     tracked!(assume_incomplete_release, true);
-    tracked!(autodiff, vec![AutoDiff::Enable]);
     tracked!(autodiff, vec![AutoDiff::Enable, AutoDiff::NoTT]);
     tracked!(binary_dep_depinfo, true);
     tracked!(box_noalias, false);