Skip to content

Commit

Permalink
tests: ui: compile-fail: init: wrong_generics2: fix nightly output
Browse files Browse the repository at this point in the history
  • Loading branch information
y86-dev committed Jul 19, 2024
1 parent 5d29e92 commit 12e63c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/compile-fail/init/wrong_generics2.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ error[E0061]: this function takes 2 arguments but 3 arguments were supplied
| _____________^
8 | | value <- (),
9 | | });
| |______^ unexpected argument
| |______^ unexpected argument #3
|
note: function defined here
--> $RUST/core/src/ptr/mod.rs
Expand Down

0 comments on commit 12e63c3

Please sign in to comment.