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
49
49
- [`wait_timeout_while`]
50
50
- [`wait_while`]
51
51
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
+
52
57
Compatibility Notes
53
58
-------------------
54
59
- [`Error::description` has been deprecated, and its use will now produce a
@@ -66,6 +71,7 @@ Compatibility Notes
66
71
[66899]: https://github.com/rust-lang/rust/pull/66899/
67
72
[66919]: https://github.com/rust-lang/rust/pull/66919/
68
73
[66254]: https://github.com/rust-lang/rust/pull/66254/
74
+ [cargo/7700]: https://github.com/rust-lang/cargo/pull/7700
69
75
[`DebugMap::key`]: https://doc.rust-lang.org/stable/std/fmt/struct.DebugMap.html#method.key
70
76
[`DebugMap::value`]: https://doc.rust-lang.org/stable/std/fmt/struct.DebugMap.html#method.value
71
77
[`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