1
Fork 0

Rollup merge of #86937 - rylev:tracking-more-qualified-paths, r=nagisa

Change linked tracking issue for more_qualified_paths

This updates the linked tracking issue for the `more_qualified_paths` feature from the implementation PR #80080 to an actual tracking issue #86935.
This commit is contained in:
Mara Bos 2021-07-09 16:20:33 +02:00 committed by GitHub
commit 07b9dae6a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -685,7 +685,7 @@ declare_features! (
(incomplete, unnamed_fields, "1.53.0", Some(49804), None),
/// Allows qualified paths in struct expressions, struct patterns and tuple struct patterns.
(active, more_qualified_paths, "1.54.0", Some(80080), None),
(active, more_qualified_paths, "1.54.0", Some(86935), None),
// -------------------------------------------------------------------------
// feature-group-end: actual feature gates