Add alloc to std deps

This commit is contained in:
Florian Diebold 2019-02-03 23:23:59 +01:00
parent 1056b480d6
commit 0c2fedc2cb

View file

@ -127,6 +127,7 @@ rustc_tsan
syntax"; syntax";
const STD_DEPS: &str = " const STD_DEPS: &str = "
alloc
alloc_jemalloc alloc_jemalloc
alloc_system alloc_system
core core