Skip to content

Commit dd37a5a

Browse files
committed
---
yaml --- r: 217015 b: refs/heads/stable c: 5af4df4 h: refs/heads/master i: 217013: 7da26d4 217011: 568e91a 217007: ea5d4fd v: v3
1 parent 26652c8 commit dd37a5a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ refs/heads/tmp: 378a370ff2057afeb1eae86eb6e78c476866a4a6
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: a5286998df566e736b32f6795bfc3803bdaf453d
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: aa3fe205223936e37c0accd91473fa3d666451ce
32+
refs/heads/stable: 5af4df4a264ea3409189a3b64c12fcf6b6eee2c3
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,7 @@ impl<'a> State<'a> {
781781
}
782782

783783
fn print_typedef(&mut self, typedef: &ast::Typedef) -> IoResult<()> {
784+
try!(self.print_outer_attributes(&typedef.attrs[]));
784785
try!(self.word_space("type"));
785786
try!(self.print_ident(typedef.ident));
786787
try!(space(&mut self.s));

0 commit comments

Comments
 (0)