Fix dylib metadata writing

Rustc switched from flate2 to snappy
This commit is contained in:
bjorn3
2020-09-05 11:00:34 +02:00
parent 217b3818b7
commit 4bb25c3e4a
4 changed files with 3 additions and 32 deletions

View File

@@ -11,6 +11,7 @@
#[cfg(feature = "jit")]
extern crate libc;
extern crate snap;
#[macro_use]
extern crate rustc_middle;
extern crate rustc_ast;