FuelLabs / sway

🌴 Empowering everyone to build reliable and efficient smart contracts.

Home Page:https://fuellabs.github.io/sway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Statically forbid usage of revert in predicates

IGI-111 opened this issue · comments

Using reverts in predicates produces a panic as they are illegal. Using them in that context should produce an error at compile time.