From 9a602243c422f183f574ff53e5d3e9e85fcc1210 Mon Sep 17 00:00:00 2001 From: varkor Date: Sun, 22 Dec 2019 23:09:54 +0000 Subject: Add new folder for destructuring assignment tests --- src/libsyntax/ast.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libsyntax') diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index c00fc761a6a..c98942abaf3 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -1216,6 +1216,7 @@ pub enum ExprKind { TryBlock(P), /// An assignment (`a = foo()`). + /// The `Span` argument is the span of the `=` token. Assign(P, P, Span), /// An assignment with an operator. /// -- cgit 1.4.1-3-g733a5