rust/src/test/ui/allocator-submodule.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

8 lines
227 B
Text

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