]> git.lizzy.rs Git - rust.git/commit
fix case where some edges can't be recreated by expanding the graph
authorNiko Matsakis <niko@alum.mit.edu>
Mon, 6 Feb 2017 15:20:23 +0000 (10:20 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Mon, 6 Feb 2017 15:20:23 +0000 (10:20 -0500)
commit4f5fc4e24219f64235f08ba91ccf4b447a8643ee
tree5c8eb841475aa26916351ca8c89388edc0718d7a
parentb9757863df0c30fbff1a6b4c95c48342d25e9b4a
fix case where some edges can't be recreated by expanding the graph

cc #39569 -- almost certainly a fix for that
src/librustc_incremental/persist/load.rs
src/test/incremental/issue-39569.rs