rust private

To start a new build commit change to repository or click New build button.
Auto merge of #41136 - estebank:multiline, r=jonathandturner
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;` ```
1.0.2855
8 years ago by bors
8 years ago in 2 hr 11 min
Environment: MSYS_BITS=32, RUST_CONFIGURE_ARGS=--build=i686-pc-windows-msvc --target=i586-pc-windows-msvc, SCRIPT=python x.py test --host i686-pc-windows-msvc --target i686-pc-windows-msvc
2 hr 11 min
Rendering console...
Log is empty.