diff options
| author | bors <bors@rust-lang.org> | 2017-06-03 08:32:58 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-06-03 08:32:58 +0000 |
| commit | fbb92767801cd289ab0c62c81db172ce104b023e (patch) | |
| tree | e7a02b6b23307253d91a75166421991494ddd6db /src/libcollections/tests/lib.rs | |
| parent | 6165203c48420c6f77ea22113eb4ff66931410c3 (diff) | |
| parent | 42ac31182bab6735cfe9ad77d8f4292fad51bfa8 (diff) | |
Auto merge of #42331 - retep998:standard-relocation-coupon, r=alexcrichton
Improve reallocation in alloc_system on Windows Fixes https://github.com/rust-lang/rust/issues/42025
Diffstat (limited to 'src/libcollections/tests/lib.rs')
| -rw-r--r-- | src/libcollections/tests/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcollections/tests/lib.rs b/src/libcollections/tests/lib.rs index 8af8786994e..5f5217b73c2 100644 --- a/src/libcollections/tests/lib.rs +++ b/src/libcollections/tests/lib.rs @@ -10,6 +10,7 @@ #![deny(warnings)] +#![feature(attr_literals)] #![feature(box_syntax)] #![feature(inclusive_range_syntax)] #![feature(collection_placement)] @@ -20,6 +21,7 @@ #![feature(pattern)] #![feature(placement_in_syntax)] #![feature(rand)] +#![feature(repr_align)] #![feature(slice_rotate)] #![feature(splice)] #![feature(str_escape)] |
