Implement correct Display trait for zksolc Error #643
Labels
compiler 📟
Issues specific to compiling
feature ➕
Feature item
Internal ⚙️
needs triage ♟️
Issue needs to be picked up or assigned
p2 🟡
Indicates moderately high priority item
Component
Other (please describe)
Describe the feature you would like
Zksolc and solc are a bit different in what they write to errors. Currently the display trait (which is what ends up being used to display the error to the user) was copied from solc and some things commented out to try to display something that makes sense. However, we should analyze the differences in outputs well and have a proper implementation for the trait given those differences.
Additional context
No response
The text was updated successfully, but these errors were encountered: