aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/codegen
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/src/codegen')
-rw-r--r--xtask/src/codegen/rust.ungram2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/codegen/rust.ungram b/xtask/src/codegen/rust.ungram
index 5dee85c2d..4015e3890 100644
--- a/xtask/src/codegen/rust.ungram
+++ b/xtask/src/codegen/rust.ungram
@@ -231,7 +231,7 @@ InferType =
231 '_' 231 '_'
232 232
233FnPointerType = 233FnPointerType =
234 Abi 'unsafe'? 'fn' ParamList RetType? 234 'const'? 'async'? 'unsafe'? Abi? 'fn' ParamList RetType?
235 235
236ForType = 236ForType =
237 'for' GenericParamList Type 237 'for' GenericParamList Type