add FIXME
This commit is contained in:
parent
b2305da8d0
commit
b6e5822601
1 changed files with 3 additions and 2 deletions
|
|
@ -62,8 +62,9 @@ fn with_interior_mutability() {
|
|||
fn main() {
|
||||
two_phase1();
|
||||
two_phase2();
|
||||
//two_phase_overlapping1();
|
||||
//two_phase_overlapping2();
|
||||
match_two_phase();
|
||||
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();
|
||||
//two_phase_overlapping2();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue