1
Fork 0

Auto merge of #49058 - withoutboats:pin, r=cramertj

Pin, Unpin, PinBox

Implementing rust-lang/rfcs#2349 (do not merge until RFC is merged)

@bors r? @cramertj
This commit is contained in:
bors 2018-03-19 23:01:37 +00:00
commit 6bfa7d02d6
5 changed files with 222 additions and 4 deletions

View file

@ -105,6 +105,7 @@
#![feature(offset_to)]
#![feature(optin_builtin_traits)]
#![feature(pattern)]
#![feature(pin)]
#![feature(placement_in_syntax)]
#![feature(placement_new_protocol)]
#![feature(ptr_internals)]