File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
src/test/ui/closures/2229_closure_analysis Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1-
21#![ feature( capture_disjoint_fields) ]
32//~^ WARNING: the feature `capture_disjoint_fields` is incomplete
43//~| NOTE: `#[warn(incomplete_features)]` on by default
@@ -33,4 +32,4 @@ fn main() {
3332 //~^ NOTE: Capturing q[] -> ImmBorrow
3433 //~| NOTE: Min Capture q[] -> ImmBorrow
3534 } ;
36- }
35+ }
Original file line number Diff line number Diff line change 1-
21#![ feature( capture_disjoint_fields) ]
32//~^ WARNING: the feature `capture_disjoint_fields` is incomplete
43//~| NOTE: `#[warn(incomplete_features)]` on by default
@@ -28,4 +27,4 @@ fn main() {
2827 //~| NOTE: Min Capture p[] -> ByValue
2928 //~| NOTE: p[] used here
3029 } ;
31- }
30+ }
Original file line number Diff line number Diff line change 1-
21#![ feature( capture_disjoint_fields) ]
32//~^ WARNING: the feature `capture_disjoint_fields` is incomplete
43//~| NOTE: `#[warn(incomplete_features)]` on by default
You can’t perform that action at this time.
0 commit comments