rustc_metadata: Move has_global_allocator from session to cstore

This commit is contained in:
Vadim Petrochenkov 2019-11-24 14:37:46 +03:00
parent 4c8105e8b7
commit 9be526e8eb
8 changed files with 29 additions and 28 deletions

View file

@ -1,4 +1,4 @@
error: the `#[global_allocator]` in system_allocator conflicts with this global allocator in: system_allocator2
error: the `#[global_allocator]` in system_allocator conflicts with global allocator in: system_allocator2
error: aborting due to previous error