Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Sasha Pourcelot <[email protected]>
  • Loading branch information
scrabsha committed Apr 22, 2024
1 parent d27ac79 commit 262fd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ macro_rules! js_concat {

This emits the following error [^error-message]:
```none
error: Potentially invalid expansion. Expected `break`, `if`, `return`, a `[`, a `{`, a literal, an identifier.
error: Potentially invalid expansion. Expected `::`, `break`, `if`, `return`, a `[`, a `{`, a literal, an identifier.
--> tests/ui/fail/js_concat.rs:5:16
|
5 | $left ++ $right
Expand Down

0 comments on commit 262fd7e

Please sign in to comment.