Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister

More thread-safety changes

r? @michaelwoerister
This commit is contained in:
bors
2018-04-10 09:00:27 +00:00
14 changed files with 101 additions and 89 deletions

View File

@@ -26,6 +26,8 @@
#![feature(const_atomic_usize_new)]
#![feature(rustc_attrs)]
#![recursion_limit="256"]
// See librustc_cratesio_shim/Cargo.toml for a comment explaining this.
#[allow(unused_extern_crates)]
extern crate rustc_cratesio_shim;