提交 1c7af279 编写于 作者: S Scott McMurray

Remove in-band lifetimes from the 2018 edition

As mentioned in the 2018-08-04 edition status update, these are postponed as lacking consensus to stabilize.
上级 7398c312
......@@ -381,7 +381,7 @@ pub fn use_extern_macros(&self) -> bool {
(active, crate_in_paths, "1.23.0", Some(45477), Some(Edition::Edition2018)),
// In-band lifetime bindings (e.g. `fn foo(x: &'a u8) -> &'a u8`)
(active, in_band_lifetimes, "1.23.0", Some(44524), Some(Edition::Edition2018)),
(active, in_band_lifetimes, "1.23.0", Some(44524), None),
// generic associated types (RFC 1598)
(active, generic_associated_types, "1.23.0", Some(44265), None),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册