Make SyntaxExtension thread-safe
This commit is contained in:
parent
11ccc4cac6
commit
3f0cb8ccff
2 changed files with 13 additions and 9 deletions
|
@ -28,6 +28,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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue