Files
rust/src/libsyntax
bors eeb062b8b1 Auto merge of #31746 - erickt:newline, r=sfackler
syntax: Always pretty print a newline after doc comments

Before this patch, code that had a doc comment as the first
line, as in:

```rust
/// Foo
struct Foo;
```

Was pretty printed into:

```rust
///Foostruct Foo;
```

This makes sure that that there is always a trailing newline
after a doc comment.

Closes #31722
2016-03-16 14:20:36 -07:00
..
2016-02-03 16:54:37 +01:00
2016-03-14 15:04:39 -07:00
2016-02-13 13:49:24 +03:00
2016-02-12 19:28:42 +01:00
2016-03-14 15:05:14 -07:00
2016-02-12 19:28:42 +01:00
2015-12-30 14:27:59 +13:00
2016-02-12 19:28:42 +01:00
2016-03-07 14:39:39 -05:00