File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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+
5257Compatibility 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
You can’t perform that action at this time.
0 commit comments