We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098fc97 commit 9d211b0Copy full SHA for 9d211b0
tests/codegen/debug-fndef-size.rs
@@ -1,5 +1,6 @@
1
// Verify that `i32::cmp` FnDef type is declared with size 0 and align 1 in LLVM debuginfo.
2
// compile-flags: -O -g -Cno-prepopulate-passes
3
+// ignore-msvc the types are mangled differently
4
5
use std::cmp::Ordering;
6
0 commit comments