The article doesn't actually show what the new syntax looks like. Nor does the article linked in the first paragraph. What's a simple example of the new syntax?
pub async fn do_stuff() {
// ...
}
// elsewhere, inside a fn
// as svnpenn points out
let result = do_stuff().await;