Skip to content

Commit 00540f1

Browse files
ehussspastorino
authored andcommitted
Add the safe weak keyword.
1 parent 2f5e96b commit 00540f1

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
@@ -118,6 +118,7 @@ is possible to declare a variable or method with the name `union`.
118118
>
119119
> **<sup>Lexer 2015</sup>**\
120120
> KW_DYN : `dyn`
121+
* `safe` is used for functions and statics, which has meaning in [external blocks].
121122

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

0 commit comments

Comments
 (0)