From 8191c075804b9c7f58e5f47b07027d3d49ba5020 Mon Sep 17 00:00:00 2001 From: Ben Clayton Date: Tue, 8 Feb 2022 21:29:29 +0000 Subject: [PATCH] wgsl: reserve `demote` and `demote_to_helper` --- wgsl/index.bs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wgsl/index.bs b/wgsl/index.bs index d3a949f609..6cbe145130 100644 --- a/wgsl/index.bs +++ b/wgsl/index.bs @@ -8493,6 +8493,10 @@ The following are reserved words: | `'const'` + | `'demote'` + + | `'demote_to_helper'` + | `'do'` | `'enum'`