File tree 1 file changed +42
-42
lines changed 1 file changed +42
-42
lines changed Original file line number Diff line number Diff line change @@ -854,58 +854,58 @@ If you encounter an error missing from this list, please file an issue or a PR!"
854
854
name. contains ( "$" ) ||
855
855
match name {
856
856
"abstract" |
857
- "alignof" |
858
- "as" |
859
- "async" |
860
- "become" |
861
- "box" |
857
+ "alignof" |
858
+ "as" |
859
+ "async" |
860
+ "become" |
861
+ "box" |
862
862
"break" |
863
- "const" |
864
- "continue" |
865
- "crate" |
866
- "do" |
863
+ "const" |
864
+ "continue" |
865
+ "crate" |
866
+ "do" |
867
867
"else" |
868
- "enum" |
869
- "extern" |
870
- "false" |
871
- "final" |
868
+ "enum" |
869
+ "extern" |
870
+ "false" |
871
+ "final" |
872
872
"fn" |
873
- "for" |
874
- "if" |
875
- "impl" |
876
- "in" |
873
+ "for" |
874
+ "if" |
875
+ "impl" |
876
+ "in" |
877
877
"let" |
878
- "loop" |
879
- "macro" |
880
- "match" |
881
- "mod" |
878
+ "loop" |
879
+ "macro" |
880
+ "match" |
881
+ "mod" |
882
882
"move" |
883
- "mut" |
884
- "offsetof" |
885
- "override" |
886
- "priv" |
883
+ "mut" |
884
+ "offsetof" |
885
+ "override" |
886
+ "priv" |
887
887
"proc" |
888
- "pub" |
889
- "pure" |
890
- "ref" |
891
- "return" |
888
+ "pub" |
889
+ "pure" |
890
+ "ref" |
891
+ "return" |
892
892
"Self" |
893
- "self" |
894
- "sizeof" |
895
- "static" |
896
- "struct" |
893
+ "self" |
894
+ "sizeof" |
895
+ "static" |
896
+ "struct" |
897
897
"super" |
898
- "trait" |
899
- "true" |
900
- "type" |
901
- "typeof" |
898
+ "trait" |
899
+ "true" |
900
+ "type" |
901
+ "typeof" |
902
902
"unsafe" |
903
- "unsized" |
904
- "use" |
905
- "virtual" |
906
- "where" |
903
+ "unsized" |
904
+ "use" |
905
+ "virtual" |
906
+ "where" |
907
907
"while" |
908
- "yield" |
908
+ "yield" |
909
909
"bool" |
910
910
"_" => true ,
911
911
_ => false ,
You can’t perform that action at this time.
0 commit comments