summaryrefslogtreecommitdiffstats
path: root/src/test/ui/allocator/function-allocator.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/allocator/function-allocator.stderr')
-rw-r--r--src/test/ui/allocator/function-allocator.stderr8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/ui/allocator/function-allocator.stderr b/src/test/ui/allocator/function-allocator.stderr
deleted file mode 100644
index 5e47b0f0c..000000000
--- a/src/test/ui/allocator/function-allocator.stderr
+++ /dev/null
@@ -1,8 +0,0 @@
-error: allocators must be statics
- --> $DIR/function-allocator.rs:2:1
- |
-LL | fn foo() {}
- | ^^^^^^^^^^^
-
-error: aborting due to previous error
-