1
Fork 0

Mark Unique as perma-unstable, with the feature renamed to ptr_internals.

This commit is contained in:
Simon Sapin 2017-12-22 19:29:16 +01:00
parent a2f878a084
commit c97c1f7dc3
8 changed files with 25 additions and 25 deletions

View file

@ -110,6 +110,7 @@
#![feature(pattern)]
#![feature(placement_in_syntax)]
#![feature(placement_new_protocol)]
#![feature(ptr_internals)]
#![feature(rustc_attrs)]
#![feature(slice_get_slice)]
#![feature(slice_patterns)]
@ -120,7 +121,6 @@
#![feature(trusted_len)]
#![feature(unboxed_closures)]
#![feature(unicode)]
#![feature(unique)]
#![feature(unsize)]
#![feature(allocator_internals)]
#![feature(on_unimplemented)]