diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-03-26 15:13:54 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-26 15:13:54 +0000 |
commit | ac05571dc9b01dbbb6cf97988190563f1b33ce13 (patch) | |
tree | 3ac357657b2dfa901bc28d35a7934123778dc30a /xtask/src/ast_src.rs | |
parent | 539e597743229b4497491f325a257bef026602c7 (diff) | |
parent | db34abeb8589518896b82f52062b9fab4c2b1352 (diff) |
Merge #3734
3734: Get rid of ItemOrMacro r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'xtask/src/ast_src.rs')
-rw-r--r-- | xtask/src/ast_src.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs index 9b58aad97..99bd60198 100644 --- a/xtask/src/ast_src.rs +++ b/xtask/src/ast_src.rs | |||
@@ -566,6 +566,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc { | |||
566 | ConstDef, | 566 | ConstDef, |
567 | StaticDef, | 567 | StaticDef, |
568 | Module, | 568 | Module, |
569 | MacroCall, | ||
569 | } | 570 | } |
570 | 571 | ||
571 | enum ImplItem: AttrsOwner { | 572 | enum ImplItem: AttrsOwner { |