diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2017-04-06 12:18:18 -0700 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2017-04-09 13:48:25 -0700 |
| commit | 4bc7f5b52c41ffd45aaf8f27e7ec667f549011c6 (patch) | |
| tree | d0656a40cf64de8fa82f4622d09a86c6770774be /src/test/run-pass/thinlto | |
| parent | 9e84bf8096b71a731a65045120b65db72df24137 (diff) | |
| download | rust-4bc7f5b52c41ffd45aaf8f27e7ec667f549011c6.tar.gz rust-4bc7f5b52c41ffd45aaf8f27e7ec667f549011c6.zip | |
Always show end line of multiline annotations
```rust
error[E0046]: not all trait items implemented, missing: `Item`
--> $DIR/issue-23729.rs:20:9
|
20 | impl Iterator for Recurrence {
| _________^ starting here...
21 | | //~^ ERROR E0046
22 | | //~| NOTE missing `Item` in implementation
23 | | //~| NOTE `Item` from trait: `type Item;`
... |
36 | | }
37 | | }
| |_________^ ...ending here: missing `Item` in implementation
|
= note: `Item` from trait: `type Item;`
```
instead of
```rust
error[E0046]: not all trait items implemented, missing: `Item`
--> $DIR/issue-23729.rs:20:9
|
20 | impl Iterator for Recurrence {
| ^ missing `Item` in implementation
|
= note: `Item` from trait: `type Item;`
```
Diffstat (limited to 'src/test/run-pass/thinlto')
0 files changed, 0 insertions, 0 deletions
