diff options
| author | XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> | 2020-02-09 14:35:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-09 14:35:08 +0100 |
| commit | 26fdcbbc2810474770bb7f87d410a1e34b142b87 (patch) | |
| tree | 623e99221dd4c44021c550190b3204a095e14332 | |
| parent | 81e40278bd0ad707a3be2396a076f151d1ff1072 (diff) | |
| download | rust-26fdcbbc2810474770bb7f87d410a1e34b142b87.tar.gz rust-26fdcbbc2810474770bb7f87d410a1e34b142b87.zip | |
Update RELEASES.md
| -rw-r--r-- | RELEASES.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 715c6b5eaaa..ddd2a0a0e3b 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -49,6 +49,11 @@ Stabilized APIs - [`wait_timeout_while`] - [`wait_while`] +Cargo +----- +- [You no longer need to include `extern crate proc_macro;` to be able to + `use proc_macro;` in the `2018` edition.][cargo/7700] + Compatibility Notes ------------------- - [`Error::description` has been deprecated, and its use will now produce a @@ -66,6 +71,7 @@ Compatibility Notes [66899]: https://github.com/rust-lang/rust/pull/66899/ [66919]: https://github.com/rust-lang/rust/pull/66919/ [66254]: https://github.com/rust-lang/rust/pull/66254/ +[cargo/7700]: https://github.com/rust-lang/cargo/pull/7700 [`DebugMap::key`]: https://doc.rust-lang.org/stable/std/fmt/struct.DebugMap.html#method.key [`DebugMap::value`]: https://doc.rust-lang.org/stable/std/fmt/struct.DebugMap.html#method.value [`ManuallyDrop::take`]: https://doc.rust-lang.org/stable/std/mem/struct.ManuallyDrop.html#method.take |
