We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
safe
1 parent c160ecf commit fb9701cCopy full SHA for fb9701c
src/keywords.md
@@ -103,7 +103,8 @@ is possible to declare a variable or method with the name `union`.
103
> **<sup>Lexer</sup>**\
104
> KW_MACRO_RULES : `macro_rules`\
105
> KW_UNION : `union`\
106
-> KW_STATICLIFETIME : `'static`
+> KW_STATICLIFETIME : `'static`\
107
+> KW_SAFE : `safe`
108
>
109
> **<sup>Lexer 2015</sup>**\
110
> KW_DYN : `dyn`
0 commit comments