โžœ

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients BTaskaya, Mark.Shannon, ammar2, aroberge, brandtbucher, miss-islington, nedbat, pablogsal, serhiy.storchaka, terry.reedy
Date 2021-07-20.21:06:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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()`
History
Date User Action Args
2021-07-20ย 21:06:28pablogsalsetrecipients: + pablogsal, terry.reedy, nedbat, aroberge, Mark.Shannon, serhiy.storchaka, ammar2, miss-islington, brandtbucher, BTaskaya
2021-07-20ย 21:06:28pablogsalsetmessageid: <[email protected]>
2021-07-20ย 21:06:28pablogsallinkissue43950 messages
2021-07-20ย 21:06:28pablogsalcreate