Skip to content

Commit 4f18f14

Browse files
committed
---
yaml --- r: 79715 b: refs/heads/try c: 93337f0 h: refs/heads/master i: 79713: 09a288c 79711: a3f9ced v: v3
1 parent 7faa1a4 commit 4f18f14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: ba9fa89bfb4aae53db93e9ecac31807af96356fc
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 54ae2800ffb30513f89ce13d27ac3c8d095d98ac
5-
refs/heads/try: 431ede40dfd66c34656d3e58fabaa36e772e33c5
5+
refs/heads/try: 93337f0daab1958bd7f7614cf54d3f69f2ab64ce
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libsyntax/ext/base.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub struct MacroDef {
3333
ext: SyntaxExtension
3434
}
3535

36-
pub type ItemDecorator = @fn(@ExtCtxt,
36+
pub type ItemDecoratorFun = @fn(@ExtCtxt,
3737
Span,
3838
@ast::MetaItem,
3939
~[@ast::item])
@@ -62,7 +62,7 @@ pub enum MacResult {
6262
pub enum SyntaxExtension {
6363

6464
// #[auto_encode] and such
65-
ItemDecorator(ItemDecorator),
65+
ItemDecorator(ItemDecoratorFun),
6666

6767
// Token-tree expanders
6868
NormalTT(SyntaxExpanderTTFun, Option<Span>),

0 commit comments

Comments
 (0)