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: 3e6de6b7da8ee88bf84b0e217900051334be08da
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 60fba4d7d677ec098e6a43014132fe99f7547363
5
- refs/heads/try: be75daf8725fa615aea6e6c4a6775d2dcd6c6a99
5
+ refs/heads/try: 05307aecdcfaa7c537218e20dce1da562c885c59
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