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 7c98d2e commit 6608552Copy full SHA for 6608552
src/test/debuginfo/drop-locations.rs
@@ -10,13 +10,11 @@
10
11
// ignore-windows
12
// ignore-android
13
-// ignore-test // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
14
// min-lldb-version: 310
15
16
#![allow(unused)]
17
18
-// compile-flags:-g -O -C no-prepopulate-passes
19
-// -O -C no-prepopulate-passes added to work around https://bugs.llvm.org/show_bug.cgi?id=32123
+// compile-flags:-g
20
21
// This test checks that drop glue code gets attributed to scope's closing brace,
22
// and function epilogues - to function's closing brace.
@@ -90,4 +88,5 @@ fn foo() {
90
88
91
89
} // #loc4
92
+#[inline(never)]
93
fn zzz() {()}
0 commit comments