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
199 B
Plaintext
Raw Normal View History

2021-10-03 06:53:02 +00: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 1 previous error