Skip to content

Commit af06960

Browse files
committed
Add tracking issue number.
1 parent 9423406 commit af06960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/active.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ declare_features! (
420420
/// Allows `impl Trait` as output type in `Fn` traits in return position of functions.
421421
(active, impl_trait_in_fn_trait_return, "1.64.0", Some(99697), None),
422422
/// Allows referencing `Self` and projections in impl-trait.
423-
(active, impl_trait_projections, "CURRENT_RUSTC_VERSION", None, None),
423+
(active, impl_trait_projections, "CURRENT_RUSTC_VERSION", Some(103532), None),
424424
/// Allows using imported `main` function
425425
(active, imported_main, "1.53.0", Some(28937), None),
426426
/// Allows associated types in inherent impls.

0 commit comments

Comments
 (0)