Skip to content

Commit 8a83ad9

Browse files
authored
fix failing CI
1 parent 265a903 commit 8a83ad9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/target/issue-5885.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
fn main() {
22
println!("{}", builtin # offset_of(A, 0. 1.1.1));
3-
}
3+
}

tests/target/issue-6105.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const _: () = builtin # offset_of(x, x);
1+
const _: () = builtin # offset_of(x, x);

0 commit comments

Comments
 (0)