rust/tests/ui/missing/missing-allocator.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
197 B
Plaintext
Raw Normal View History

2021-10-03 01:53:02 -05:00
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