diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2025-06-16 07:30:09 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2025-06-16 07:30:09 -0400 |
| commit | 7c1553c85bf0c6566bffa5a22e91a9c517458ab9 (patch) | |
| tree | f6099cf9cdc260d59510b182b2f617ab27336d42 | |
| parent | 870e5a26ee465a935050ee04f8edbb520d5278e6 (diff) | |
| download | rust-7c1553c85bf0c6566bffa5a22e91a9c517458ab9.tar.gz rust-7c1553c85bf0c6566bffa5a22e91a9c517458ab9.zip | |
Bless unicode test
Most likely caused by updating unicode-width v0.2.0 -> v0.2.1, the change seems reasonable enough.
| -rw-r--r-- | tests/ui/diagnostic-width/non-whitespace-trimming-unicode.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/diagnostic-width/non-whitespace-trimming-unicode.stderr b/tests/ui/diagnostic-width/non-whitespace-trimming-unicode.stderr index 5408825d8cd..18d80810ab0 100644 --- a/tests/ui/diagnostic-width/non-whitespace-trimming-unicode.stderr +++ b/tests/ui/diagnostic-width/non-whitespace-trimming-unicode.stderr @@ -1,7 +1,7 @@ error[E0308]: mismatched types --> $DIR/non-whitespace-trimming-unicode.rs:4:415 | -LL | ...♣♤♥♦♧♨♩♪♫♬♭♮♯♰♱♲♳♴♵♶♷♸♹♺♻♼♽♾♿⚀⚁⚂⚃⚄⚅⚆⚈⚉4"; let _: () = 42; let _: &str = "🦀☀☁☂☃☄★☆☇☈☉☊☋☌☍☎☏☐☑☒☓ ☖☗☘☙☚☛☜☝☞☟☠☡☢☣☤☥☦☧☨☩☪☫☬☭☮☯☰☱☲☳☴☵☶☷☸☹☺☻☼... +LL | ...♣♤♥♦♧♨♩♪♫♬♭♮♯♰♱♲♳♴♵♶♷♸♹♺♻♼♽♾♿⚀⚁⚂⚃⚄⚅⚆⚈⚉4"; let _: () = 42; let _: &str = "🦀☀☁☂☃☄★☆☇☈☉☊☋☌☍☎☏☐☑☒☓ ☖☗☘☙☚☛☜☝☞☟☠☡☢☣☤☥☦☧☨☩☪☫☬☭☮☯☰☱☲☳☴☵☶☷☸☹☺☻☼☽ ... | -- ^^ expected `()`, found integer | | | expected due to this |
