]> git.lizzy.rs Git - rust.git/commit
make the metadata lock more robust and bump the metadata encoding version
authorAriel Ben-Yehuda <ariel.byd@gmail.com>
Fri, 1 Jul 2016 21:36:33 +0000 (00:36 +0300)
committerAriel Ben-Yehuda <ariel.byd@gmail.com>
Sat, 2 Jul 2016 11:43:45 +0000 (14:43 +0300)
commit0b36fff4d7c0f1d314e4e550bbb8e023bb33ba20
treebee94b9ee111386dce9083f32e66d09edfc7d523
parentc333ebbe633256f5e3a0a3c313b70bc94e31118b
make the metadata lock more robust and bump the metadata encoding version

check the metadata lock when loading rather than afterwards

Fixes #33733
Fixes #33015
src/librustc_metadata/common.rs
src/librustc_metadata/creader.rs
src/librustc_metadata/csearch.rs
src/librustc_metadata/encoder.rs
src/librustc_metadata/loader.rs