diff options
| author | tinaun <tinagma@gmail.com> | 2018-04-17 00:59:16 -0400 |
|---|---|---|
| committer | tinaun <tinagma@gmail.com> | 2018-04-17 01:22:28 -0400 |
| commit | b84baf23788e96a1d79de543eb264ff7d2334c63 (patch) | |
| tree | d0f43d2c555d5054001da4dbede7bb0ad4d76e26 /src/test/run-pass | |
| parent | 4a8f4b7e4958f5a57ca2ebb936a2f6770191eebd (diff) | |
| download | rust-b84baf23788e96a1d79de543eb264ff7d2334c63.tar.gz rust-b84baf23788e96a1d79de543eb264ff7d2334c63.zip | |
stabilize `nonnull_cast` feature
Diffstat (limited to 'src/test/run-pass')
| -rw-r--r-- | src/test/run-pass/realloc-16687.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/realloc-16687.rs b/src/test/run-pass/realloc-16687.rs index 38cc23c16a9..afa3494c389 100644 --- a/src/test/run-pass/realloc-16687.rs +++ b/src/test/run-pass/realloc-16687.rs @@ -13,7 +13,7 @@ // Ideally this would be revised to use no_std, but for now it serves // well enough to reproduce (and illustrate) the bug from #16687. -#![feature(heap_api, allocator_api, nonnull_cast)] +#![feature(heap_api, allocator_api)] use std::alloc::{Global, Alloc, Layout}; use std::ptr::{self, NonNull}; |
