Skip to content

Commit

Permalink
Merge pull request #1 from aturon/explicate-gates
Browse files Browse the repository at this point in the history
Add specifics around feature gates
  • Loading branch information
glaebhoerl committed Jan 25, 2016
2 parents a12bad6 + fd358fb commit 2daab80
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions active/0000-trait-based-exception-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,12 @@ Without any attempt at completeness, here are some things which should be true:
(In the above, `foo()` is a function returning any type, and `try_foo()` is a
function returning a `Result`.)

## Feature gates

The two major features here, the `?` syntax and the `try`/`catch`
syntax, will be tracked by independent feature gates. Each of the
features has a distinct motivation, and we should evaluate them
independently.

# Unresolved questions

Expand Down

0 comments on commit 2daab80

Please sign in to comment.