Skip to content

Commit 5a8f0e6

Browse files
committed
Add the safe weak keyword.
1 parent bd09fac commit 5a8f0e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/keywords.md

+2
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ is possible to declare a variable or method with the name `union`.
117117
>
118118
> **<sup>Lexer 2015</sup>**\
119119
> KW_DYN : `dyn`
120+
* `safe` is used for functions and statics, which has meaning in [external blocks].
120121

121122
[items]: items.md
122123
[Variables]: variables.md
@@ -131,3 +132,4 @@ is possible to declare a variable or method with the name `union`.
131132
[`dyn`]: types/trait-object.md
132133
[loop label]: expressions/loop-expr.md#loop-labels
133134
[generic lifetime parameter]: items/generics.md
135+
[external blocks]: items/external-blocks.md

0 commit comments

Comments
 (0)