Don't allow `.html` files in `tests/mir-opt/` by Zalathar · Pull Request #120018 · rust-lang/rust

@Zalathar

HTML files were needed for testing `-Z dump-mir-spanview`, but that flag has
been removed by rust-lang#119566.

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Jan 16, 2024

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jan 16, 2024

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

Jan 16, 2024
Rollup merge of rust-lang#120018 - Zalathar:mir-opt-html, r=Nilstrieb

Don't allow `.html` files in `tests/mir-opt/`

HTML files were needed for testing `-Z dump-mir-spanview`, but that flag has been removed by rust-lang#119566.