]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #41873 - michaelwoerister:fix-filemap-hash-lookup, r=nikomatsakis
authorCorey Farwell <coreyf@rwell.org>
Thu, 11 May 2017 04:21:26 +0000 (00:21 -0400)
committerGitHub <noreply@github.com>
Thu, 11 May 2017 04:21:26 +0000 (00:21 -0400)
ICH: Handle case of removed FileMaps.

This PR fixes a bug introduced in #41709 where removing a source file between compilation sessions would cause an ICE:
https://travis-ci.org/rust-icci/crossbeam/jobs/230582234#L633

r? @nikomatsakis


Trivial merge