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