Skip to content

Commit

Permalink
Add missing keywords in rust (#5244)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun Nalla committed Feb 13, 2020
1 parent 930afad commit 466bacb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -114,7 +114,7 @@ public RustClientCodegen() {
"Self", "self", "sizeof", "static", "struct",
"super", "trait", "true", "type", "typeof",
"unsafe", "unsized", "use", "virtual", "where",
"while", "yield"
"while", "yield", "async", "await", "dyn", "try"
)
);

Expand Down

0 comments on commit 466bacb

Please sign in to comment.