Skip to content

Commit 5acc25e

Browse files
committed
Update icu4x dependencies
1 parent fe6f332 commit 5acc25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/unicode.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ error: invisible character detected
1111
--> tests/ui/unicode.rs:7:12
1212
|
1313
LL | print!("Here >­< is a SHY, and ­another");
14-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider replacing the string with: `"Here >\u{AD}< is a SHY, and \u{AD}another"`
14+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider replacing the string with: `"Here >\u{AD}< is a SHY, and \u{AD}another"`
1515

1616
error: invisible character detected
1717
--> tests/ui/unicode.rs:9:12

0 commit comments

Comments
 (0)