Skip to content

Commit b7b6b06

Browse files
committed
Skip this test on MSVC because the individual allocas thing produces different debug info.
1 parent c4b99a1 commit b7b6b06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/codegen/debuginfo-proc-macro/mir_inlined_twice_var_locs.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
//@ min-llvm-version: 19
22
//@ compile-flags: -Cdebuginfo=2 -Copt-level=0 -Zmir-enable-passes=+Inline
3+
// MSVC is different because of the individual allocas.
4+
//@ ignore-msvc
35

46
//@ aux-build:macro_def.rs
57

0 commit comments

Comments
 (0)