File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ The following keywords currently have the functionality described.
1515
1616* ` as ` - perform primitive casting, disambiguate the specific trait containing
1717 an item, or rename items in ` use ` and ` extern crate ` statements
18+ * ` async ` - return a ` Future ` instead of blocking the current thread
19+ * ` await ` - suspend execution until the result of a ` Future ` is ready
1820* ` break ` - exit a loop immediately
1921* ` const ` - define constant items or constant raw pointers
2022* ` continue ` - continue to the next loop iteration
@@ -59,8 +61,6 @@ The following keywords do not have any functionality but are reserved by Rust
5961for potential future use.
6062
6163* ` abstract `
62- * ` async `
63- * ` await `
6464* ` become `
6565* ` box `
6666* ` do `
You can’t perform that action at this time.
0 commit comments