about summary refs log tree commit diff
path: root/tests/ui/missing/missing-allocator.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/missing/missing-allocator.stderr')
-rw-r--r--tests/ui/missing/missing-allocator.stderr4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ui/missing/missing-allocator.stderr b/tests/ui/missing/missing-allocator.stderr
new file mode 100644
index 00000000000..0da5651c18c
--- /dev/null
+++ b/tests/ui/missing/missing-allocator.stderr
@@ -0,0 +1,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
+