Message365749
Just re-posting this here from the open PR. Rust's handling of this seems nice and beginner friendly:
error: unterminated double quote string
--> src/main.rs:2:19
|
2 | let message = "Hello world
| ___________________^
3 | | println!(message);
4 | | }
| |_^
Like Serhiy suggested, it points to the /start/ of the string, rather than the EOL and the message seems nice too. |
|
Date |
User |
Action |
Args |
2020-04-04 04:50:34 | ammar2 | set | recipients:
+ ammar2, benjamin.peterson, alex, serhiy.storchaka, BTaskaya |
2020-04-04 04:50:34 | ammar2 | set | messageid: <1585975834.32.0.473755850037.issue40176@roundup.psfhosted.org> |
2020-04-04 04:50:34 | ammar2 | link | issue40176 messages |
2020-04-04 04:50:34 | ammar2 | create | |
|