mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-26 17:42:22 -04:00
9b11acc37e
tests: fix: parallel frontend test failures: different alloc ids Removed the `//@ ignore-parallel-frontend different alloc ids` directive from all the ui tests applicable and replaced it with `//@ normalize-stderr` so that all alloc ids mentions are converted into a single placeholder. Thus the tests are passed Part of [#154314](https://github.com/rust-lang/rust/issues/154314) r? @petrochenkov