We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98804c1 commit 683ad6bCopy full SHA for 683ad6b
tests/debuginfo/macro-stepping.rs
@@ -87,6 +87,7 @@ extern crate macro_stepping; // exports new_scope!()
87
// lldb-command:frame select
88
// lldb-check:[...] #inc-loc3 [...]
89
90
+#[collapse_debuginfo(yes)]
91
macro_rules! foo {
92
() => {
93
let a = 1; opaque(a);
@@ -95,6 +96,7 @@ macro_rules! foo {
95
96
};
97
}
98
99
100
macro_rules! foo2 {
101
102
foo!();
0 commit comments