summary refs log tree commit diff
path: root/src/test/ui/allocator-submodule.stderr
blob: 26d7aa80eee163ea63b1dae083694fe7b70b8bcd (plain)
1
2
3
4
5
6
7
8
error: `global_allocator` cannot be used in submodules
  --> $DIR/allocator-submodule.rs:27:5
   |
LL |     static MY_HEAP: MyAlloc = MyAlloc;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error