summaryrefslogtreecommitdiffstats
path: root/tests/ui/span/E0072.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/span/E0072.stderr')
-rw-r--r--tests/ui/span/E0072.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/span/E0072.stderr b/tests/ui/span/E0072.stderr
index 20f2e0df0..c8599b4eb 100644
--- a/tests/ui/span/E0072.stderr
+++ b/tests/ui/span/E0072.stderr
@@ -12,6 +12,6 @@ help: insert some indirection (e.g., a `Box`, `Rc`, or `&`) to break the cycle
LL | tail: Option<Box<ListNode>>,
| ++++ +
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0072`.