From 05dc3c1662dc9cf725264bc1f733d191b6080fc2 Mon Sep 17 00:00:00 2001 From: Alexander McCord <11488393+alexmccord@users.noreply.github.com> Date: Thu, 14 Jul 2022 19:14:12 -0700 Subject: [PATCH] Update rfcs/reserve-name-followed-by-parens.md Co-authored-by: Arseny Kapoulkine --- rfcs/reserve-name-followed-by-parens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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