Skip to content

Commit 83076b5

Browse files
authored
Fix placement of the weak keyword table
1 parent 270c2b9 commit 83076b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/keywords.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,16 @@ is possible to declare a variable or method with the name `union`.
116116

117117
Beginning in the 2018 edition, `dyn` has been promoted to a strict keyword.
118118

119+
* `safe` is used for functions and statics, which has meaning in [external blocks].
120+
119121
> **<sup>Lexer</sup>**\
120122
> KW_MACRO_RULES : `macro_rules`\
121123
> KW_UNION : `union`\
122124
> KW_STATICLIFETIME : `'static`
125+
> KW_SAFE : `safe`
123126
>
124127
> **<sup>Lexer 2015</sup>**\
125128
> KW_DYN : `dyn`
126-
* `safe` is used for functions and statics, which has meaning in [external blocks].
127129
128130
[items]: items.md
129131
[Variables]: variables.md

0 commit comments

Comments
 (0)