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:
commit
6bfa7d02d6
5 changed files with 222 additions and 4 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue