File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
37Rust currently includes feature-gated support for type parameters that
@@ -19,6 +23,8 @@ parameters:
1923Points 2 and 4 extend the current behavior of type parameter defaults,
2024aiming 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
100110Defaults can be placed on any type parameter, whether it is declared
You can’t perform that action at this time.
0 commit comments