Closed
Description
Reproduction:
// compile-pass
fn main() {} //~ ERROR any misleading message
The test passes despite the incorrect //~ ERROR
annotation.
Tests often have these annotations while they are WIP, but then everything is good, the test passes and is marked as // compile-pass
, but stray //~ ERROR
annotations may remain confusing the reader.
Activity
petrochenkov commentedon Nov 27, 2018
Somewhat similar to #55596
Rollup merge of rust-lang#65759 - tmiasko:ui, r=petrochenkov
Rollup merge of rust-lang#65759 - tmiasko:ui, r=petrochenkov
Rollup merge of rust-lang#65759 - tmiasko:ui, r=petrochenkov
Auto merge of #65759 - tmiasko:ui, r=petrochenkov
Auto merge of #65759 - tmiasko:ui, r=petrochenkov