1
Fork 0

Add liballoc APIs.

This commit is contained in:
boats 2018-03-15 12:55:37 -07:00
parent 918ef671b0
commit e3c5f6958f
No known key found for this signature in database
GPG key ID: 92537B21110A684B
2 changed files with 96 additions and 2 deletions

View file

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