mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
772e4560ed
Fixes: https://github.com/rust-lang/rust/issues/148235 This was checking that the blessed stderr was a subset of the stderr. Additionally, when re-blessing it would re-bless the subset that matched. So, when an extra line or comment was added and the line numbers changed, it would bless it without the line numbers.