Manishearth / compiletest-rs

An extraction of the compiletest utility from the Rust compiler
Apache License 2.0
218 stars 59 forks source link

error-pattern not checked in ui tests #123

Open RalfJung opened 6 years ago

RalfJung commented 6 years ago

This crate likely also suffers from https://github.com/rust-lang/rust/issues/5253, which got fixed by https://github.com/rust-lang/rust/pull/53196/commits/fe28bcf1db02afe184e3677ee034b2a5804f2466.

laumann commented 6 years ago

That doesn't look to bad to carry over (at a glance).