mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-30 08:16:56 +00:00

Most likely caused by updating unicode-width v0.2.0 -> v0.2.1, the change seems reasonable enough.
12 lines
787 B
Plaintext
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`.
|