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