From 54479605568fc17c69f0e0d4e8030089bc8114b6 Mon Sep 17 00:00:00 2001 From: Josh Holland Date: Thu, 14 Feb 2019 22:31:02 +0000 Subject: [PATCH] Add "literal" to list of macro designators --- src/macros/designators.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/macros/designators.md b/src/macros/designators.md index 0ff2ed7f87..9df6540cea 100644 --- a/src/macros/designators.md +++ b/src/macros/designators.md @@ -54,6 +54,7 @@ This is a list of all the designators: * `expr` is used for expressions * `ident` is used for variable/function names * `item` +* `literal` is used for literal constants * `pat` (*pattern*) * `path` * `stmt` (*statement*)