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 ammar2
Recipients BTaskaya, alex, ammar2, benjamin.peterson, serhiy.storchaka
Date 2020-04-04.04:50:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585975834.32.0.473755850037.issue40176@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-04-04 04:50:34ammar2setrecipients: + ammar2, benjamin.peterson, alex, serhiy.storchaka, BTaskaya
2020-04-04 04:50:34ammar2setmessageid: <1585975834.32.0.473755850037.issue40176@roundup.psfhosted.org>
2020-04-04 04:50:34ammar2linkissue40176 messages
2020-04-04 04:50:34ammar2create