Skip to content

Commit b6e5822

Browse files
committed
add FIXME
1 parent b2305da commit b6e5822

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/run-pass/2phase.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ fn with_interior_mutability() {
6262
fn main() {
6363
two_phase1();
6464
two_phase2();
65-
//two_phase_overlapping1();
66-
//two_phase_overlapping2();
6765
match_two_phase();
6866
with_interior_mutability();
67+
//FIXME: enable these, or remove them, depending on how https://github.com/rust-lang/rust/issues/56254 gets resolved
68+
//two_phase_overlapping1();
69+
//two_phase_overlapping2();
6970
}

0 commit comments

Comments
 (0)