From 337d694a5176cabc4cf2a3449b5d600a6c8dc4d1 Mon Sep 17 00:00:00 2001 From: Andy Lok Date: Sun, 16 Jun 2024 21:12:29 +0800 Subject: [PATCH] fix --- tests/ui/err/error-passthrough.stderr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ui/err/error-passthrough.stderr b/tests/ui/err/error-passthrough.stderr index 9f9a8d4..7972301 100644 --- a/tests/ui/err/error-passthrough.stderr +++ b/tests/ui/err/error-passthrough.stderr @@ -2,9 +2,9 @@ error[E0428]: the name `f` is defined multiple times --> tests/ui/err/error-passthrough.rs:5:1 | 2 | fn f() {} - | ------ previous definition of the value `f` here + | -- previous definition of the value `f` here ... 5 | fn f() {} - | ^^^^^^ `f` redefined here + | ^^ `f` redefined here | = note: `f` must be defined only once in the value namespace of this module