We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2305da commit b6e5822Copy full SHA for b6e5822
tests/run-pass/2phase.rs
@@ -62,8 +62,9 @@ fn with_interior_mutability() {
62
fn main() {
63
two_phase1();
64
two_phase2();
65
- //two_phase_overlapping1();
66
- //two_phase_overlapping2();
67
match_two_phase();
68
with_interior_mutability();
+ //FIXME: enable these, or remove them, depending on how https://github.com/rust-lang/rust/issues/56254 gets resolved
+ //two_phase_overlapping1();
69
+ //two_phase_overlapping2();
70
}
0 commit comments