Skip to content

Commit b551c56

Browse files
committed
---
yaml --- r: 79327 b: refs/heads/try c: 05307ae h: refs/heads/master i: 79325: 7c450c3 79323: ccd10e9 79319: 1ebc685 79311: 10cc425 79295: 2b229c9 v: v3
1 parent e8c4807 commit b551c56

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