diff options
| author | Felix S. Klock II <pnkfelix@pnkfx.org> | 2015-03-25 16:36:58 +0100 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2015-03-26 14:08:55 +0100 |
| commit | 601eca3b53a1a66a53a296f78428c1342b5f7758 (patch) | |
| tree | 0909255e97ee444641f53bfb787a3299d092452a /src/liballoc | |
| parent | 5733726508bbfddebf1024e41b2d34439d548bdb (diff) | |
| download | rust-601eca3b53a1a66a53a296f78428c1342b5f7758.tar.gz rust-601eca3b53a1a66a53a296f78428c1342b5f7758.zip | |
Added instability markers to `POST_DROP_*` consts, and related opt-in's.
(Reviewed rest of code; did not see other `pub` items that needed such treatment.) Driveby: fix typo in comment in ptr.rs.
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 541de2d37fb..b92dfa9117e 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -75,7 +75,7 @@ #![feature(box_syntax)] #![feature(optin_builtin_traits)] #![feature(unboxed_closures)] -#![feature(unsafe_no_drop_flag)] +#![feature(unsafe_no_drop_flag, filling_drop)] #![feature(core)] #![feature(unique)] #![cfg_attr(test, feature(test, alloc, rustc_private))] |
