Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cfc0819

Browse files
committedAug 20, 2024·
Fix test output after rename
1 parent ec9a6a6 commit cfc0819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/ui/mismatched_types/mismatch-args-crash-issue-128848.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0061]: this method takes 1 argument but 0 arguments were supplied
2-
--> $DIR/issue-128848.rs:6:7
2+
--> $DIR/mismatch-args-crash-issue-128848.rs:6:7
33
|
44
LL | f.call_once()
55
| ^^^^^^^^^-- argument #1 of type `(_, _, _)` is missing

0 commit comments

Comments
 (0)
Please sign in to comment.