Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
More semicolons, restores green status to `main`
  • Loading branch information
alexcrichton committed Sep 26, 2023
1 parent 553ec51 commit c0802e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
package foo:foo

interface foo {
foo: func(foo: u32, foo: u64)
foo: func(foo: u32, foo: u64);
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
param `foo` is defined more than once
--> tests/ui/parse-fail/duplicate-function-params.wit:6:23
|
6 | foo: func(foo: u32, foo: u64)
| ^--
6 | foo: func(foo: u32, foo: u64);
| ^--

0 comments on commit c0802e0

Please sign in to comment.