diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-08-13 13:06:25 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-08-15 19:35:52 -0700 |
| commit | 8ef1e3b77f0f0c365c6c11ebc5095997c8f0cd15 (patch) | |
| tree | ddb722632e95d50c5381a2c9a39028ec36eee825 /src/liballoc_system | |
| parent | 2972b771344f5f16df0468d792df178614740b56 (diff) | |
| download | rust-8ef1e3b77f0f0c365c6c11ebc5095997c8f0cd15.tar.gz rust-8ef1e3b77f0f0c365c6c11ebc5095997c8f0cd15.zip | |
test: Fix tests for requiring issues
Diffstat (limited to 'src/liballoc_system')
| -rw-r--r-- | src/liballoc_system/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/liballoc_system/lib.rs b/src/liballoc_system/lib.rs index 0687ced7da1..aff4bea19e0 100644 --- a/src/liballoc_system/lib.rs +++ b/src/liballoc_system/lib.rs @@ -16,7 +16,8 @@ #![cfg_attr(not(stage0), allocator)] #![unstable(feature = "alloc_system", reason = "this library is unlikely to be stabilized in its current \ - form or name")] + form or name", + issue = "27783")] #![feature(allocator)] #![feature(libc)] #![feature(no_std)] |
