mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
12 lines
401 B
Plaintext
12 lines
401 B
Plaintext
|
Error: Source "too_long_line/input.sol" not found: File outside of allowed directories.
|
||
|
--> <stdin>:4:1:
|
||
|
|
|
||
|
4 | import "../too_long_line/input.sol";
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
Error: Source "error_codes/input.sol" not found: File outside of allowed directories.
|
||
|
--> stdin_allowed_paths/input.sol:4:1:
|
||
|
|
|
||
|
4 | import "../error_codes/input.sol";
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|