about summary refs log tree commit diff
path: root/src/librustc_interface
diff options
context:
space:
mode:
authorJack Huey <jack.huey@umassmed.edu>2020-03-03 11:25:03 -0500
committerJack Huey <jack.huey@umassmed.edu>2020-05-07 17:35:58 -0400
commita24df5b3cdeb49334d6cde1c4d983b2354616824 (patch)
tree0cd6fe7af3d9c5b05f69643659ce27651e27df6f /src/librustc_interface
parenta08c47310c7d49cbdc5d7afb38408ba519967ecd (diff)
downloadrust-a24df5b3cdeb49334d6cde1c4d983b2354616824.tar.gz
rust-a24df5b3cdeb49334d6cde1c4d983b2354616824.zip
Reintegrate chalk using chalk-solve
Diffstat (limited to 'src/librustc_interface')
-rw-r--r--src/librustc_interface/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_interface/tests.rs b/src/librustc_interface/tests.rs
index 1c20ea9e824..69237b81a82 100644
--- a/src/librustc_interface/tests.rs
+++ b/src/librustc_interface/tests.rs
@@ -525,6 +525,7 @@ fn test_debugging_options_tracking_hash() {
     tracked!(always_encode_mir, true);
     tracked!(asm_comments, true);
     tracked!(binary_dep_depinfo, true);
+    tracked!(chalk, true);
     tracked!(codegen_backend, Some("abc".to_string()));
     tracked!(crate_attr, vec!["abc".to_string()]);
     tracked!(debug_macros, true);