Skip to content

Commit

Permalink
Update icu4x dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clubby789 committed Jun 9, 2024
1 parent fe6f332 commit 5acc25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/unicode.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ error: invisible character detected
--> tests/ui/unicode.rs:7:12
|
LL | print!("Here >­< is a SHY, and ­another");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider replacing the string with: `"Here >\u{AD}< is a SHY, and \u{AD}another"`
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider replacing the string with: `"Here >\u{AD}< is a SHY, and \u{AD}another"`

error: invisible character detected
--> tests/ui/unicode.rs:9:12
Expand Down

0 comments on commit 5acc25e

Please sign in to comment.