Skip to content

Commit 26fdcbb

Browse files
authored
Update RELEASES.md
1 parent 81e4027 commit 26fdcbb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ Stabilized APIs
4949
- [`wait_timeout_while`]
5050
- [`wait_while`]
5151

52+
Cargo
53+
-----
54+
- [You no longer need to include `extern crate proc_macro;` to be able to
55+
`use proc_macro;` in the `2018` edition.][cargo/7700]
56+
5257
Compatibility Notes
5358
-------------------
5459
- [`Error::description` has been deprecated, and its use will now produce a
@@ -66,6 +71,7 @@ Compatibility Notes
6671
[66899]: https://github.com/rust-lang/rust/pull/66899/
6772
[66919]: https://github.com/rust-lang/rust/pull/66919/
6873
[66254]: https://github.com/rust-lang/rust/pull/66254/
74+
[cargo/7700]: https://github.com/rust-lang/cargo/pull/7700
6975
[`DebugMap::key`]: https://doc.rust-lang.org/stable/std/fmt/struct.DebugMap.html#method.key
7076
[`DebugMap::value`]: https://doc.rust-lang.org/stable/std/fmt/struct.DebugMap.html#method.value
7177
[`ManuallyDrop::take`]: https://doc.rust-lang.org/stable/std/mem/struct.ManuallyDrop.html#method.take

0 commit comments

Comments
 (0)