From 46c8a2c26eee8148e47237e90efde558d1374580 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Mon, 23 Mar 2020 14:13:54 +1100 Subject: 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. --- src/librustc_interface/tests.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/librustc_interface') 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; -- cgit 1.4.1-3-g733a5