]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #66213 - tmiasko:mandatory-error-warn, r=petrochenkov
authorbors <bors@rust-lang.org>
Mon, 11 Nov 2019 09:40:33 +0000 (09:40 +0000)
committerbors <bors@rust-lang.org>
Mon, 11 Nov 2019 09:40:33 +0000 (09:40 +0000)
Make error and warning annotations mandatory in UI tests

This change makes error and warning annotations mandatory in UI tests.
The only exception are tests that use error patterns to match compiler
output and don't have any annotations.

Fixes #55596.


Trivial merge