summary refs log tree commit diff
path: root/src/test/ui/allocator-submodule.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-06-24fix testmark-4/+7
2018-06-24Prohibit global_allocator in submodules for nowMark Mansi-1/+1
- 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
2018-06-24Attempt to fix hygiene for global_allocatorMark Mansi-0/+37