Use the correct tracking issue for dyn_star

This commit is contained in:
Léo Lanteri Thauvin 2023-01-01 12:25:21 +01:00
parent bb6e76df06
commit 6289fe2cf1
10 changed files with 11 additions and 11 deletions

View file

@ -383,7 +383,7 @@ declare_features! (
/// Allows `#[doc(masked)]`.
(active, doc_masked, "1.21.0", Some(44027), None),
/// Allows `dyn* Trait` objects.
(incomplete, dyn_star, "1.65.0", Some(91611), None),
(incomplete, dyn_star, "1.65.0", Some(102425), None),
/// Allows `X..Y` patterns.
(active, exclusive_range_pattern, "1.11.0", Some(37854), None),
/// Allows exhaustive pattern matching on types that contain uninhabited types.