rust/tests/ui/diagnostic-width/non-whitespace-trimming-unicode.stderr
Mark Rousskov 7c1553c85b Bless unicode test
Most likely caused by updating unicode-width v0.2.0 -> v0.2.1,
the change seems reasonable enough.
2025-06-16 07:30:09 -04:00

12 lines
787 B
Plaintext

error[E0308]: mismatched types
--> $DIR/non-whitespace-trimming-unicode.rs:4:415
|
LL | ...♣♤♥♦♧♨♩♪♫♬♭♮♯♰♱♲♳♴♵♶♷♸♹♺♻♼♽♾♿⚀⚁⚂⚃⚄⚅⚆⚈⚉4"; let _: () = 42; let _: &str = "🦀☀☁☂☃☄★☆☇☈☉☊☋☌☍☎☏☐☑☒☓ ☖☗☘☙☚☛☜☝☞☟☠☡☢☣☤☥☦☧☨☩☪☫☬☭☮☯☰☱☲☳☴☵☶☷☸☹☺☻☼☽ ...
| -- ^^ expected `()`, found integer
| |
| expected due to this
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.