FuelLabs / sway

🌴 Empowering everyone to build reliable and efficient smart contracts.
https://docs.fuel.network/docs/sway/
Apache License 2.0
62.76k stars 5.36k forks source link

Adds test for implicit trait constraint. #6517

Closed esdrubal closed 2 weeks ago

esdrubal commented 2 weeks ago

Description

This PR adds a test that proves implicit trait constraint already returns an error. The method dummy ICE reported in #6377 was fixed by #6490.

Closes #6377.

Checklist