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: <1626815188.59.0.876559813225.issue43950@roundup.psfhosted.org> |
2021-07-20 21:06:28 | pablogsal | link | issue43950 messages |
2021-07-20 21:06:28 | pablogsal | create | |
|