File tree Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change 6666 " trait" " struct" " fn" " enum"
6767 " impl" ))
6868 (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" ))
8277 (puthash word t table))
8378 (puthash " match" 'alt table)
84- (dolist (word '(" true" " false" )) (puthash word 'atom table))
79+ (dolist (word '(" self " " true" " false" )) (puthash word 'atom table))
8580 table))
8681; ; FIXME type-context keywords
8782
You can’t perform that action at this time.
0 commit comments