From: bors Date: Tue, 19 Jun 2018 23:37:09 +0000 (+0000) Subject: Auto merge of #51639 - SimonSapin:missing-alloc, r=rkruppe X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=ac8d1f7623f55746ff8f59d6b26f03c39cee5844;p=rust.git Auto merge of #51639 - SimonSapin:missing-alloc, r=rkruppe Update the error message for a missing global allocator Don’t mention `#[default_lib_allocator]` (which is an implementation detail irrelevant to most users) and instead suggest using `#[global_allocator]`, which is often the correct fix. --- ac8d1f7623f55746ff8f59d6b26f03c39cee5844