add tests for async await

This commit is contained in:
Ding Xiang Fei 2022-07-11 23:20:27 +02:00
parent 8e4a971084
commit 5374688e1d
No known key found for this signature in database
GPG key ID: 3CD748647EEF6359
8 changed files with 162 additions and 15 deletions

View file

@ -1296,7 +1296,6 @@ pub struct Stmt<'hir> {
#[derive(Debug, HashStable_Generic)]
pub enum StmtKind<'hir> {
/// A local (`let`) binding.
/// FIXME: bundle the last two components into another `struct`
Local(&'hir Local<'hir>),
/// An item binding.