1
Fork 0

Assign its own tracking issue to Box::into_raw_non_null

https://github.com/rust-lang/rust/issues/47336
This commit is contained in:
Simon Sapin 2018-01-10 21:11:55 +01:00
parent 76b686f78d
commit 602a445b92
2 changed files with 4 additions and 1 deletions

View file

@ -84,6 +84,7 @@
#![cfg_attr(test, feature(rand, test))]
#![feature(allow_internal_unstable)]
#![feature(ascii_ctype)]
#![feature(box_into_raw_non_null)]
#![feature(box_patterns)]
#![feature(box_syntax)]
#![feature(cfg_target_has_atomic)]