File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
branches/try/src/libsyntax/ext Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: ba9fa89bfb4aae53db93e9ecac31807af96356fc
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 54ae2800ffb30513f89ce13d27ac3c8d095d98ac
5
- refs/heads/try: 431ede40dfd66c34656d3e58fabaa36e772e33c5
5
+ refs/heads/try: 93337f0daab1958bd7f7614cf54d3f69f2ab64ce
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ pub struct MacroDef {
33
33
ext : SyntaxExtension
34
34
}
35
35
36
- pub type ItemDecorator = @fn ( @ExtCtxt ,
36
+ pub type ItemDecoratorFun = @fn ( @ExtCtxt ,
37
37
Span ,
38
38
@ast:: MetaItem ,
39
39
~[ @ast:: item ] )
@@ -62,7 +62,7 @@ pub enum MacResult {
62
62
pub enum SyntaxExtension {
63
63
64
64
// #[auto_encode] and such
65
- ItemDecorator ( ItemDecorator ) ,
65
+ ItemDecorator ( ItemDecoratorFun ) ,
66
66
67
67
// Token-tree expanders
68
68
NormalTT ( SyntaxExpanderTTFun , Option < Span > ) ,
You can’t perform that action at this time.
0 commit comments