about summary refs log tree commit diff
path: root/src/test/ui/allocator-submodule.stderr
AgeCommit message (Collapse)AuthorLines
2019-07-24syntax_ext: Turn `#[global_allocator]` into a regular attribute macroVadim Petrochenkov-8/+0
2019-04-12Stabilize the `alloc` crate.Simon Sapin-1/+1
This implements RFC 2480: * https://github.com/rust-lang/rfcs/pull/2480 * https://github.com/rust-lang/rfcs/blob/master/text/2480-liballoc.md Closes https://github.com/rust-lang/rust/issues/27783
2019-03-11Update testsVadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-1/+1
2018-06-24actually fix testmark-1/+1
2018-06-24Prohibit global_allocator in submodules for nowMark Mansi-0/+8
- we need to figure out hygiene first - change the test to check that the prohibition works with a good error msg - leaves some comments and debugging code - leaves some of our supposed fixes