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
-
2
1
#![ feature( capture_disjoint_fields) ]
3
2
//~^ WARNING: the feature `capture_disjoint_fields` is incomplete
4
3
//~| NOTE: `#[warn(incomplete_features)]` on by default
@@ -33,4 +32,4 @@ fn main() {
33
32
//~^ NOTE: Capturing q[] -> ImmBorrow
34
33
//~| NOTE: Min Capture q[] -> ImmBorrow
35
34
} ;
36
- }
35
+ }
Original file line number Diff line number Diff line change 1
-
2
1
#![ feature( capture_disjoint_fields) ]
3
2
//~^ WARNING: the feature `capture_disjoint_fields` is incomplete
4
3
//~| NOTE: `#[warn(incomplete_features)]` on by default
@@ -28,4 +27,4 @@ fn main() {
28
27
//~| NOTE: Min Capture p[] -> ByValue
29
28
//~| NOTE: p[] used here
30
29
} ;
31
- }
30
+ }
Original file line number Diff line number Diff line change 1
-
2
1
#![ feature( capture_disjoint_fields) ]
3
2
//~^ WARNING: the feature `capture_disjoint_fields` is incomplete
4
3
//~| NOTE: `#[warn(incomplete_features)]` on by default
You can’t perform that action at this time.
0 commit comments