Skip to content

Commit b0e66c6

Browse files
committed
---
yaml --- r: 174909 b: refs/heads/snap-stage3 c: f09c680 h: refs/heads/master i: 174907: 32d81c8 v: v3
1 parent 3dd12f3 commit b0e66c6

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,7 +1,7 @@
11
---
22
refs/heads/master: a0f86de49748b472d4d189d9688b0d856c000914
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 5c344d3ea8f590739af7ea8b35028a64baf8b296
4+
refs/heads/snap-stage3: f09c680b4cc9cf9dad5cd0a73ed5dba767b5e925
55
refs/heads/try: 08f6380a9f0b866796080094f44fe25ea5636547
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/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/snap-stage3/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)