Message397909
I don't know, seems that rust can deal with this just fine:
โฏ cargo run
Compiling rtest v0.1.0 (/home/pablogsal/rtest)
error[E0308]: mismatched types
--> src/main.rs:7:10
|
7 | test("hellooooooo: ๐ฅณ ๐ ๐ ๐ ๐ some emojis");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| |
| expected struct `String`, found `&str`
| help: try using a conversion method: `"hellooooooo: ๐ฅณ ๐ ๐ ๐ ๐ some emojis".to_string()` |
|
| Date |
User |
Action |
Args |
| 2021-07-20ย 21:06:28 | pablogsal | set | recipients:
+ pablogsal, terry.reedy, nedbat, aroberge, Mark.Shannon, serhiy.storchaka, ammar2, miss-islington, brandtbucher, BTaskaya |
| 2021-07-20ย 21:06:28 | pablogsal | set | messageid: <[email protected]> |
| 2021-07-20ย 21:06:28 | pablogsal | link | issue43950 messages |
| 2021-07-20ย 21:06:28 | pablogsal | create | |
|