File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
branches/auto/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 @@ -14,4 +14,4 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
14
14
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
15
15
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
16
16
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17
- refs/heads/auto: 4f3a968f91bbc2991056e1fb7e6e38829bbce57d
17
+ refs/heads/auto: a191babbe56170380c6d9b6a26ebf472b7c5dd37
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ pub fn expand_expr(extsbox: @mut SyntaxEnv,
44
44
cx. span_fatal (
45
45
pth. span ,
46
46
fmt ! ( "expected macro name without module \
47
- separators, got: '%?'" , pth ) ) ;
47
+ separators" ) ) ;
48
48
}
49
49
/* using idents and token::special_idents would make the
50
50
the macro names be hygienic */
@@ -328,7 +328,7 @@ pub fn expand_stmt(extsbox: @mut SyntaxEnv,
328
328
cx.span_fatal(
329
329
pth.span,
330
330
fmt!("expected macro name without module \
331
- separators, got : ' %? ' " , pth ) ) ;
331
+ separators" ) ) ;
332
332
}
333
333
let extname = cx. parse_sess ( ) . interner . get ( pth. idents [ 0 ] ) ;
334
334
let ( fully_expanded, sp) = match ( * extsbox) . find ( & extname) {
You can’t perform that action at this time.
0 commit comments