We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f100b commit 74bb9ccCopy full SHA for 74bb9cc
tests/codegen/debug-column.rs
@@ -13,8 +13,8 @@ fn main() {
13
// CHECK: call void @turtle(){{( #[0-9]+)?}}, !dbg [[B:!.*]]
14
/* ż */ turtle();
15
16
- // CHECK: [[A]] = !DILocation(line: 11, column: 9,
17
- // CHECK: [[B]] = !DILocation(line: 15, column: 10,
+ // CHECK: [[A]] = !DILocation(line: 10, column: 9,
+ // CHECK: [[B]] = !DILocation(line: 14, column: 10,
18
}
19
20
0 commit comments