From d7f15624f9a4ebc6ce4e729fcfa262c8c600c246 Mon Sep 17 00:00:00 2001 From: Dylan MacKenzie Date: Mon, 4 May 2020 12:02:45 -0700 Subject: [PATCH] Remove `PathPattern` change --- text/0000-inline-const.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/text/0000-inline-const.md b/text/0000-inline-const.md index 99608052f35..041d3ea0040 100644 --- a/text/0000-inline-const.md +++ b/text/0000-inline-const.md @@ -182,11 +182,6 @@ This RFC extends the [grammar for patterns] to be, > | PathInExpression > | QualifiedPathInExpression > | ConstBlockExpression // new -> -> PathPattern : -> PathInExpression -> | QualifiedPathInExpression -> | ConstBlockExpression // new > ``` In both the expression and pattern context, an inline `const` behaves exactly