mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user