File tree 1 file changed +9
-14
lines changed
1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change 66
66
" trait" " struct" " fn" " enum"
67
67
" impl" ))
68
68
(puthash word 'def table))
69
- (dolist (word '(" again" " assert"
70
- " break"
71
- " copy"
72
- " do" " drop"
73
- " else" " export" " extern"
74
- " fail" " for"
75
- " if" " use"
76
- " let" " log" " loop"
77
- " move" " new"
78
- " pure" " pub" " priv"
79
- " ref" " return" " static"
80
- " unchecked" " unsafe"
81
- " while" ))
69
+ (dolist (word '(" as" " break"
70
+ " copy" " do" " drop" " else"
71
+ " extern" " for" " if" " let" " log"
72
+ " loop" " once" " priv" " pub" " pure"
73
+ " ref" " return" " static" " unsafe" " use"
74
+ " while" " while"
75
+ " assert"
76
+ " mut" ))
82
77
(puthash word t table))
83
78
(puthash " match" 'alt table)
84
- (dolist (word '(" true" " false" )) (puthash word 'atom table))
79
+ (dolist (word '(" self " " true" " false" )) (puthash word 'atom table))
85
80
table))
86
81
; ; FIXME type-context keywords
87
82
You can’t perform that action at this time.
0 commit comments