mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
20 lines
663 B
JSON
20 lines
663 B
JSON
{
|
|
"errors":
|
|
[
|
|
{
|
|
"component": "general",
|
|
"formattedMessage": "Cannot import url (\"in.yul\"): File not found. Searched the following locations: \"\".",
|
|
"message": "Cannot import url (\"in.yul\"): File not found. Searched the following locations: \"\".",
|
|
"severity": "error",
|
|
"type": "IOError"
|
|
},
|
|
{
|
|
"component": "general",
|
|
"formattedMessage": "Yul mode only supports exactly one input file.",
|
|
"message": "Yul mode only supports exactly one input file.",
|
|
"severity": "error",
|
|
"type": "JSONError"
|
|
}
|
|
]
|
|
}
|