diff options
| author | bors <bors@rust-lang.org> | 2017-10-18 18:07:22 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-10-18 18:07:22 +0000 |
| commit | b7960878ba77124505aabe7dc99d0a898354c326 (patch) | |
| tree | 18092cf34d1e37672c93c1237cc641adecbf8801 /src/liballoc_system | |
| parent | fc208bb62ce83e18c990d23b67366a3ec4f21532 (diff) | |
| parent | 6b505d6a3ff22ca65bf63358040e2e5bab197604 (diff) | |
| download | rust-b7960878ba77124505aabe7dc99d0a898354c326.tar.gz rust-b7960878ba77124505aabe7dc99d0a898354c326.zip | |
Auto merge of #45368 - kennytm:rollup, r=kennytm
Rollup of 10 pull requests - Successful merges: #44138, #45082, #45098, #45181, #45217, #45281, #45325, #45326, #45340, #45354 - Failed merges:
Diffstat (limited to 'src/liballoc_system')
| -rw-r--r-- | src/liballoc_system/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc_system/lib.rs b/src/liballoc_system/lib.rs index 2eb659699eb..7aa5f8a9186 100644 --- a/src/liballoc_system/lib.rs +++ b/src/liballoc_system/lib.rs @@ -14,7 +14,7 @@ #![unstable(feature = "alloc_system", reason = "this library is unlikely to be stabilized in its current \ form or name", - issue = "27783")] + issue = "32838")] #![feature(global_allocator)] #![feature(allocator_api)] #![feature(alloc)] |
