-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` Updating alloy-primitives v0.7.5 -> v0.7.6 Updating annotate-snippets v0.11.2 -> v0.11.4 Updating cc v1.0.98 -> v1.0.99 Updating clap v4.5.4 -> v4.5.7 Updating clap_builder v4.5.2 -> v4.5.7 Updating clap_derive v4.5.4 -> v4.5.5 Updating clap_lex v0.7.0 -> v0.7.1 Updating derive_more v0.99.17 -> v0.99.18 Updating memchr v2.7.2 -> v2.7.4 Updating redox_syscall v0.5.1 -> v0.5.2 Updating regex v1.10.4 -> v1.10.5 Updating regex-automata v0.4.6 -> v0.4.7 Updating regex-syntax v0.8.3 -> v0.8.4 Updating subtle v2.5.0 -> v2.6.0 Updating utf8parse v0.2.1 -> v0.2.2 ```
- Loading branch information
Showing
5 changed files
with
108 additions
and
84 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
error: unterminated hex string | ||
--> $DIR/unterminated_hex_string.sol:1:1 | ||
| | ||
| | ||
--> $DIR/unterminated_hex_string.sol:1:1 | ||
| | ||
LL | / hex" | ||
LL | | | ||
LL | | | ||
| |________________________________^ | ||
| | ||
|
||
error: expected global item (pragma, import directive, contract, interface, library, struct, enum, constant, function, modifier, or error definition), found `<error>` | ||
--> $DIR/unterminated_hex_string.sol:1:1 | ||
| | ||
| | ||
= note: for a full list of valid global items, see <https://docs.soliditylang.org/en/latest/grammar.html#a4.SolidityParser.sourceUnit> | ||
--> $DIR/unterminated_hex_string.sol:1:1 | ||
| | ||
LL | / hex" | ||
LL | | | ||
LL | | | ||
| |________________________________^ | ||
| | ||
= note: for a full list of valid global items, see <https://docs.soliditylang.org/en/latest/grammar.html#a4.SolidityParser.sourceUnit> | ||
|
||
error: aborting due to 2 previous errors | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
error: unterminated string | ||
--> $DIR/unterminated_string.sol:1:1 | ||
| | ||
| | ||
--> $DIR/unterminated_string.sol:1:1 | ||
| | ||
LL | / " | ||
LL | | | ||
LL | | | ||
| |________________________________^ | ||
| | ||
|
||
error: expected global item (pragma, import directive, contract, interface, library, struct, enum, constant, function, modifier, or error definition), found `<error>` | ||
--> $DIR/unterminated_string.sol:1:1 | ||
| | ||
| | ||
= note: for a full list of valid global items, see <https://docs.soliditylang.org/en/latest/grammar.html#a4.SolidityParser.sourceUnit> | ||
--> $DIR/unterminated_string.sol:1:1 | ||
| | ||
LL | / " | ||
LL | | | ||
LL | | | ||
| |________________________________^ | ||
| | ||
= note: for a full list of valid global items, see <https://docs.soliditylang.org/en/latest/grammar.html#a4.SolidityParser.sourceUnit> | ||
|
||
error: aborting due to 2 previous errors | ||
|
Oops, something went wrong.