Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You can find the list of changes here: https://github.com/mozilla/rust/blob/incoming/RELEASES.txt



Hmm, what happened to task::spawn?

    use task::spawn;
is failing in one of my example programs and I don't see this mentioned in the changelog.

Edit: OK, need to add "core::" in front, thanks dbaupp. There's another little Rust 0.5 program I'm trying to unbreak here - suggestions appreciated: https://gist.github.com/graue/5282602


Imports are now absolute, so

  use core::task::spawn;




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: