Helpful message about missing trait imports is not produced in every case #5790
Labels
bug
Something isn't working
compiler: frontend
Everything to do with type checking, control flow analysis, and everything between parsing and IRgen
compiler: ui
Mostly compiler messages
We introduced a helpful
TraitNotImportedAtFunctionApplication
error in #5293 but it isn't being produced in every instance of a missingHash
implementation.For instance this contract:
produces this error:
The text was updated successfully, but these errors were encountered: