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.
1 parent 270c2b9 commit 83076b5Copy full SHA for 83076b5
src/keywords.md
@@ -116,14 +116,16 @@ is possible to declare a variable or method with the name `union`.
116
117
Beginning in the 2018 edition, `dyn` has been promoted to a strict keyword.
118
119
+* `safe` is used for functions and statics, which has meaning in [external blocks].
120
+
121
> **<sup>Lexer</sup>**\
122
> KW_MACRO_RULES : `macro_rules`\
123
> KW_UNION : `union`\
124
> KW_STATICLIFETIME : `'static`
125
+> KW_SAFE : `safe`
126
>
127
> **<sup>Lexer 2015</sup>**\
128
> KW_DYN : `dyn`
-* `safe` is used for functions and statics, which has meaning in [external blocks].
129
130
[items]: items.md
131
[Variables]: variables.md
0 commit comments