Skip to content

Commit

Permalink
Remove in-band lifetimes from the 2018 edition
Browse files Browse the repository at this point in the history
As mentioned in the 2018-08-04 edition status update, these are postponed as lacking consensus to stabilize.
  • Loading branch information
scottmcm committed Aug 4, 2018
1 parent 7398c31 commit 1c7af27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/feature_gate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ declare_features! (
(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),
Expand Down

0 comments on commit 1c7af27

Please sign in to comment.