add tests for async await
This commit is contained in:
parent
8e4a971084
commit
5374688e1d
8 changed files with 162 additions and 15 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue