about summary refs log tree commit diff
path: root/src/test/ui/allocator/two-allocators.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/allocator/two-allocators.stderr')
-rw-r--r--src/test/ui/allocator/two-allocators.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/allocator/two-allocators.stderr b/src/test/ui/allocator/two-allocators.stderr
index 35d9f0f42f0..da636a5a567 100644
--- a/src/test/ui/allocator/two-allocators.stderr
+++ b/src/test/ui/allocator/two-allocators.stderr
@@ -2,7 +2,7 @@ error: cannot define multiple global allocators
   --> $DIR/two-allocators.rs:6:1
    |
 LL | static A: System = System;
-   | -------------------------- previous global allocator is defined here
+   | -------------------------- previous global allocator defined here
 LL | #[global_allocator]
 LL | static B: System = System;
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot define a new global allocator