Skip to content

Commit 1662214

Browse files
committed
Add top matter, clarify that feature gate would be removed
1 parent 034f4e4 commit 1662214

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

active/0000-defaulted-type-params.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
- Start Date: (fill me in with today's date, YYYY-MM-DD)
2+
- RFC PR: (leave this empty)
3+
- Rust Issue: (leave this empty)
4+
15
# Summary
26

37
Rust currently includes feature-gated support for type parameters that
@@ -19,6 +23,8 @@ parameters:
1923
Points 2 and 4 extend the current behavior of type parameter defaults,
2024
aiming to address some shortcomings of the current implementation.
2125

26+
This RFC would remove the feature gate on defaulted type parameters.
27+
2228
# Motivation
2329

2430
## Why defaulted type parameters
@@ -95,6 +101,10 @@ older behavior.
95101

96102
# Detailed Design
97103

104+
## Remove feature gate
105+
106+
This RFC would remove the feature gate on defaulted type parameters.
107+
98108
## Type parameters with defaults
99109

100110
Defaults can be placed on any type parameter, whether it is declared

0 commit comments

Comments
 (0)