This commit is contained in:
Chris Pardy 2021-01-15 20:16:27 -05:00
parent 2624b3e443
commit 3056dd0bb5
3 changed files with 2 additions and 5 deletions

View File

@ -1,4 +1,3 @@
#![feature(capture_disjoint_fields)]
//~^ WARNING: the feature `capture_disjoint_fields` is incomplete
//~| NOTE: `#[warn(incomplete_features)]` on by default
@ -33,4 +32,4 @@ fn main() {
//~^ NOTE: Capturing q[] -> ImmBorrow
//~| NOTE: Min Capture q[] -> ImmBorrow
};
}
}

View File

@ -1,4 +1,3 @@
#![feature(capture_disjoint_fields)]
//~^ WARNING: the feature `capture_disjoint_fields` is incomplete
//~| NOTE: `#[warn(incomplete_features)]` on by default
@ -28,4 +27,4 @@ fn main() {
//~| NOTE: Min Capture p[] -> ByValue
//~| NOTE: p[] used here
};
}
}

View File

@ -1,4 +1,3 @@
#![feature(capture_disjoint_fields)]
//~^ WARNING: the feature `capture_disjoint_fields` is incomplete
//~| NOTE: `#[warn(incomplete_features)]` on by default