about summary refs log tree commit diff
path: root/src/test/ui/missing-allocator.stderr
AgeCommit message (Collapse)AuthorLines
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-4/+0
2018-06-19Update the error message for a missing global allocatorSimon Sapin-1/+1
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.
2018-06-19Add a UI test for the missing allocator error messageSimon Sapin-0/+4