diff options
| author | Wesley Wiser <wwiser@gmail.com> | 2018-05-08 09:13:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-08 09:13:18 -0400 |
| commit | 868d2a18c11f97265b4aa4a0f0bd3f3f735bfc13 (patch) | |
| tree | b8070adc71763ea6dfc45df3e988364f63a163cd /src | |
| parent | 000d3c97eeb286a1a1e9c2fa2a1fc8874ed93731 (diff) | |
Fix comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc_incremental/persist/load.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_incremental/persist/load.rs b/src/librustc_incremental/persist/load.rs index 01186483a68..f846759545e 100644 --- a/src/librustc_incremental/persist/load.rs +++ b/src/librustc_incremental/persist/load.rs @@ -130,7 +130,7 @@ pub fn load_dep_graph(sess: &Session) -> let mut prev_work_products = FxHashMap(); // If we are only building with -Zquery-dep-graph but without an actual - // incr. comp. session directory, we exit here. Otherwise we'd fail + // incr. comp. session directory, we skip this. Otherwise we'd fail // when trying to load work products. if sess.incr_comp_session_dir_opt().is_some() { let work_products_path = work_products_path(sess); |
