Skip to content

Commit

Permalink
Update the book to explicitly mention that impl functions can't cal…
Browse files Browse the repository at this point in the history
…l each other yet. (FuelLabs#2160)
  • Loading branch information
otrho authored Jun 29, 2022
1 parent 1dc7ffc commit 67e67b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/reference/known_issues_and_workarounds.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Known Issues

* [#870](https://github.com/FuelLabs/sway/issues/870): All `impl` blocks need to be defined before any of the functions they define can be called.
* [#870](https://github.com/FuelLabs/sway/issues/870): All `impl` blocks need to be defined before any of the functions they define can be called. This includes sibling functions in the same `impl` declaration, i.e., functions in an `impl` can't call each other yet.

## Missing Features

Expand Down

0 comments on commit 67e67b1

Please sign in to comment.