Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andylokandy committed Jun 16, 2024
1 parent 8a7c189 commit 337d694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ui/err/error-passthrough.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 337d694

Please sign in to comment.