diff --git a/rfcs/reserve-name-followed-by-parens.md b/rfcs/reserve-name-followed-by-parens.md index 81937d8a..777e9685 100644 --- a/rfcs/reserve-name-followed-by-parens.md +++ b/rfcs/reserve-name-followed-by-parens.md @@ -2,7 +2,7 @@ ## Summary -We propose to ban any proposals for the syntax `` `('`` as well as ` ` in type annotations, regardless of where they show up, e.g. a type or a type pack. +We propose to disallow the syntax `` `('`` as well as ` ` in future syntax extensions for type annotations to ensure that all existing programs continue to parse correctly. This still keeps the door open for future syntax extensions of different forms such as `` `<' `>'``. ## Motivation