We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89d197 commit 23273e0Copy full SHA for 23273e0
tests/debuginfo/macro-stepping.rs
@@ -1,7 +1,7 @@
1
//@ ignore-windows
2
//@ ignore-android
3
//@ ignore-aarch64
4
-//@ min-lldb-version: 310
+//@ min-lldb-version: 1800
5
//@ min-gdb-version: 13.0
6
7
//@ aux-build:macro-stepping.rs
@@ -12,6 +12,7 @@
12
extern crate macro_stepping; // exports new_scope!()
13
14
//@ compile-flags:-g -Zmir-enable-passes=-SingleUseConsts
15
+// SingleUseConsts shouldn't need to be disabled, see #128945
16
17
// === GDB TESTS ===================================================================================
18
0 commit comments