Rollup merge of #150210 - Enselic:run-mir-pass, r=saethlin

tests/debuginfo/function-arg-initialization.rs: Stop disabling SingleUseConsts MIR pass

This test passes locally for me. Let's see if it passes CI too.

Discovered while I worked on https://github.com/rust-lang/rust/pull/150201.

CC rust-lang/rust#128945
This commit is contained in:
Jonathan Brouwer 2025-12-21 21:16:34 +01:00 committed by GitHub
commit 0177e98a6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,8 +6,7 @@
// function name.
//@ min-lldb-version: 1800
//@ compile-flags:-g -Zmir-enable-passes=-SingleUseConsts
// SingleUseConsts shouldn't need to be disabled, see #128945
//@ compile-flags:-g
//@ disable-gdb-pretty-printers
//@ ignore-backends: gcc