about summary refs log tree commit diff
path: root/src/librustc_interface
diff options
context:
space:
mode:
authorNicholas Nethercote <nnethercote@mozilla.com>2020-03-23 14:13:54 +1100
committerNicholas Nethercote <nnethercote@mozilla.com>2020-03-24 12:08:30 +1100
commit46c8a2c26eee8148e47237e90efde558d1374580 (patch)
tree2e0e87354ab4de06b32b8eda5ca2bdea4558878f /src/librustc_interface
parenta3782671cf1e190ffa470128a53329177b2c9a2f (diff)
downloadrust-46c8a2c26eee8148e47237e90efde558d1374580.tar.gz
rust-46c8a2c26eee8148e47237e90efde558d1374580.zip
Remove `-Z incremental`.
`-C incremental` was introduced over two years ago. `-Z incremental` was
kept for transitioning, but it's been long enough now that it should be
ok to remove it.
Diffstat (limited to 'src/librustc_interface')
-rw-r--r--src/librustc_interface/tests.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustc_interface/tests.rs b/src/librustc_interface/tests.rs
index 935b1e00ed6..6a6d0a8f061 100644
--- a/src/librustc_interface/tests.rs
+++ b/src/librustc_interface/tests.rs
@@ -546,8 +546,6 @@ fn test_debugging_options_tracking_hash() {
     assert_eq!(reference.dep_tracking_hash(), opts.dep_tracking_hash());
     opts.debugging_opts.parse_only = true;
     assert_eq!(reference.dep_tracking_hash(), opts.dep_tracking_hash());
-    opts.debugging_opts.incremental = Some(String::from("abc"));
-    assert_eq!(reference.dep_tracking_hash(), opts.dep_tracking_hash());
     opts.debugging_opts.dump_dep_graph = true;
     assert_eq!(reference.dep_tracking_hash(), opts.dep_tracking_hash());
     opts.debugging_opts.query_dep_graph = true;