about summary refs log tree commit diff
path: root/src/test/ui/missing/missing-allocator.stderr
blob: 11e0085d1ce2eb95359efdee80e8988b6252672f (plain)
1
2
3
4
error: no global memory allocator found but one is required; link to std or add #[global_allocator] to a static item that implements the GlobalAlloc trait.

error: aborting due to previous error