Skip to content

Commit 1c1d4f9

Browse files
Apply suggestions from code review
test THIR unsafeck too Co-authored-by: Léo Lanteri Thauvin <[email protected]>
1 parent 0d073c9 commit 1c1d4f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/ui/unsafe/issue-85435-unsafe-op-in-let-under-unsafe-under-closure.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// check-pass
2+
// revisions: mir thir
3+
// [thir]compile-flags: -Z thir-unsafeck
24

35
// This is issue #85435. But the real story is reflected in issue #85561, where
46
// a bug in the implementation of feature(capture_disjoint_fields) () was

0 commit comments

Comments
 (0)