We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
safe
1 parent 2f5e96b commit 00540f1Copy full SHA for 00540f1
src/keywords.md
@@ -118,6 +118,7 @@ is possible to declare a variable or method with the name `union`.
118
>
119
> **<sup>Lexer 2015</sup>**\
120
> KW_DYN : `dyn`
121
+* `safe` is used for functions and statics, which has meaning in [external blocks].
122
123
[items]: items.md
124
[Variables]: variables.md
@@ -132,3 +133,4 @@ is possible to declare a variable or method with the name `union`.
132
133
[`dyn`]: types/trait-object.md
134
[loop label]: expressions/loop-expr.md#loop-labels
135
[generic lifetime parameter]: items/generics.md
136
+[external blocks]: items/external-blocks.md
0 commit comments