Skip to content

Commit 0c745e1

Browse files
committed
---
yaml --- r: 175293 b: refs/heads/master c: f09c680 h: refs/heads/master i: 175291: 411fa4a v: v3
1 parent c69fa18 commit 0c745e1

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 5c344d3ea8f590739af7ea8b35028a64baf8b296
2+
refs/heads/master: f09c680b4cc9cf9dad5cd0a73ed5dba767b5e925
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 777435990e0e91df6b72ce80c9b6fa485eeb5daa
55
refs/heads/try: 08f6380a9f0b866796080094f44fe25ea5636547

trunk/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)) |

trunk/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)