Skip to content

Commit 2daab80

Browse files
committed
Merge pull request #1 from aturon/explicate-gates
Add specifics around feature gates
2 parents a12bad6 + fd358fb commit 2daab80

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

active/0000-trait-based-exception-handling.md

+6
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,12 @@ Without any attempt at completeness, here are some things which should be true:
313313
(In the above, `foo()` is a function returning any type, and `try_foo()` is a
314314
function returning a `Result`.)
315315

316+
## Feature gates
317+
318+
The two major features here, the `?` syntax and the `try`/`catch`
319+
syntax, will be tracked by independent feature gates. Each of the
320+
features has a distinct motivation, and we should evaluate them
321+
independently.
316322

317323
# Unresolved questions
318324

0 commit comments

Comments
 (0)