mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix "Yul Code"
This commit is contained in:
parent
f12e368d67
commit
dce1e7b378
@ -636,6 +636,6 @@ Error Types
|
|||||||
10. ``Exception``: Unknown failure during compilation - this should be reported as an issue.
|
10. ``Exception``: Unknown failure during compilation - this should be reported as an issue.
|
||||||
11. ``CompilerError``: Invalid use of the compiler stack - this should be reported as an issue.
|
11. ``CompilerError``: Invalid use of the compiler stack - this should be reported as an issue.
|
||||||
12. ``FatalError``: Fatal error not processed correctly - this should be reported as an issue.
|
12. ``FatalError``: Fatal error not processed correctly - this should be reported as an issue.
|
||||||
13. ``YulException``: Error during Yul Code generation - this should be reported as an issue.
|
13. ``YulException``: Error during Yul code generation - this should be reported as an issue.
|
||||||
14. ``Warning``: A warning, which didn't stop the compilation, but should be addressed if possible.
|
14. ``Warning``: A warning, which didn't stop the compilation, but should be addressed if possible.
|
||||||
15. ``Info``: Information that the compiler thinks the user might find useful, but is not dangerous and does not necessarily need to be addressed.
|
15. ``Info``: Information that the compiler thinks the user might find useful, but is not dangerous and does not necessarily need to be addressed.
|
Loading…
Reference in New Issue
Block a user