Check #[thread_local] statics correctly in the compiler.

This commit is contained in:
Eduard-Mihai Burtescu
2017-08-08 18:22:51 +03:00
parent 8a4facc3c3
commit 92892d3beb
12 changed files with 223 additions and 43 deletions

View File

@@ -243,6 +243,7 @@
#![feature(allocator_api)]
#![feature(alloc_system)]
#![feature(allocator_internals)]
#![feature(allow_internal_unsafe)]
#![feature(allow_internal_unstable)]
#![feature(asm)]
#![feature(box_syntax)]