diff options
| author | Nicholas Nethercote <nnethercote@mozilla.com> | 2020-03-23 14:13:54 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <nnethercote@mozilla.com> | 2020-03-24 12:08:30 +1100 |
| commit | 46c8a2c26eee8148e47237e90efde558d1374580 (patch) | |
| tree | 2e0e87354ab4de06b32b8eda5ca2bdea4558878f /src/librustc_interface | |
| parent | a3782671cf1e190ffa470128a53329177b2c9a2f (diff) | |
| download | rust-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.rs | 2 |
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; |
