about summary refs log tree commit diff
path: root/src/test/run-pass/thinlto
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2017-04-06 12:18:18 -0700
committerEsteban Küber <esteban@kuber.com.ar>2017-04-09 13:48:25 -0700
commit4bc7f5b52c41ffd45aaf8f27e7ec667f549011c6 (patch)
treed0656a40cf64de8fa82f4622d09a86c6770774be /src/test/run-pass/thinlto
parent9e84bf8096b71a731a65045120b65db72df24137 (diff)
downloadrust-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