Skip to content

Commit

Permalink
Add top matter, clarify that feature gate would be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Aug 26, 2014
1 parent 034f4e4 commit 1662214
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions active/0000-defaulted-type-params.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- Start Date: (fill me in with today's date, YYYY-MM-DD)
- RFC PR: (leave this empty)
- Rust Issue: (leave this empty)

# Summary

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

This RFC would remove the feature gate on defaulted type parameters.

# Motivation

## Why defaulted type parameters
Expand Down Expand Up @@ -95,6 +101,10 @@ older behavior.

# Detailed Design

## Remove feature gate

This RFC would remove the feature gate on defaulted type parameters.

## Type parameters with defaults

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

0 comments on commit 1662214

Please sign in to comment.