Add missing keywords in rust (#5244)

This commit is contained in:
Arun Nalla
2020-02-13 13:08:58 +05:30
committed by GitHub
parent 930afadc87
commit 466bacb308

View File

@@ -114,7 +114,7 @@ public class RustClientCodegen extends DefaultCodegen implements CodegenConfig {
"Self", "self", "sizeof", "static", "struct",
"super", "trait", "true", "type", "typeof",
"unsafe", "unsized", "use", "virtual", "where",
"while", "yield"
"while", "yield", "async", "await", "dyn", "try"
)
);