Skip to content

Commit 4d7e226

Browse files
committed
---
yaml --- r: 176789 b: refs/heads/tmp c: f09c680 h: refs/heads/master i: 176787: 35f7d68 v: v3
1 parent ed390b7 commit 4d7e226

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: 44a287e6eb22ec3c2a687fc156813577464017f7
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37-
refs/heads/tmp: 5c344d3ea8f590739af7ea8b35028a64baf8b296
37+
refs/heads/tmp: f09c680b4cc9cf9dad5cd0a73ed5dba767b5e925

branches/tmp/src/libsyntax/print/pprust.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ impl<'a> State<'a> {
11711171
}
11721172
try!(self.print_tt(tt));
11731173
// There should be no space between the module name and the following `::` in paths,
1174-
// otherwise imported macros get re-parsed from crate metadata incorrectly (issue #20701)
1174+
// otherwise imported macros get re-parsed from crate metadata incorrectly (#20701)
11751175
suppress_space = match tt {
11761176
&ast::TtToken(_, token::Ident(_, token::ModName)) |
11771177
&ast::TtToken(_, token::MatchNt(_, _, _, token::ModName)) |

branches/tmp/src/test/auxiliary/macro_with_super_1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#![crate_type = "lib"]
1212

1313
#[macro_export]
14-
macro_rules! declare {
14+
macro_rules! declare {
1515
() => (
1616
pub fn aaa() {}
1717

0 commit comments

Comments
 (0)