@@ -19,30 +19,30 @@ fn enumerated_loop(_1: &[T], _2: impl Fn(usize, &T)) -> () {
19
19
debug i => _22;
20
20
debug x => _23;
21
21
}
22
- scope 17 (inlined <Enumerate<std::slice::Iter<'_, T>> as Iterator>::next) {
22
+ scope 18 (inlined <Enumerate<std::slice::Iter<'_, T>> as Iterator>::next) {
23
23
let mut _14 : &mut std::slice::Iter<'_, T>;
24
24
let mut _15 : std::option::Option<&T>;
25
25
let mut _19 : (usize, bool);
26
26
let mut _20 : (usize, &T);
27
- scope 18 {
27
+ scope 19 {
28
28
let _18 : usize;
29
- scope 23 {
29
+ scope 24 {
30
30
}
31
31
}
32
- scope 19 {
33
- scope 20 {
34
- scope 26 (inlined <Option<(usize, &T)> as FromResidual<Option<Infallible>>>::from_residual) {
32
+ scope 20 {
33
+ scope 21 {
34
+ scope 27 (inlined <Option<(usize, &T)> as FromResidual<Option<Infallible>>>::from_residual) {
35
35
}
36
36
}
37
37
}
38
- scope 21 {
39
- scope 22 {
38
+ scope 22 {
39
+ scope 23 {
40
40
}
41
41
}
42
- scope 24 (inlined <Option<&T> as Try>::branch) {
42
+ scope 25 (inlined <Option<&T> as Try>::branch) {
43
43
let mut _16 : isize;
44
44
let _17 : &T;
45
- scope 25 {
45
+ scope 26 {
46
46
}
47
47
}
48
48
}
@@ -59,29 +59,31 @@ fn enumerated_loop(_1: &[T], _2: impl Fn(usize, &T)) -> () {
59
59
let _9 : *const T;
60
60
scope 7 {
61
61
}
62
- scope 11 (inlined without_provenance::<T>) {
62
+ scope 12 (inlined without_provenance::<T>) {
63
63
}
64
- scope 12 (inlined NonNull::<T>::as_ptr) {
64
+ scope 13 (inlined NonNull::<T>::as_ptr) {
65
65
}
66
- scope 13 (inlined std::ptr::mut_ptr::<impl *mut T>::add) {
66
+ scope 14 (inlined std::ptr::mut_ptr::<impl *mut T>::add) {
67
67
}
68
68
}
69
69
scope 8 (inlined <NonNull<[T]> as From<&[T]>>::from) {
70
- let mut _4 : *const [T];
70
+ scope 9 (inlined NonNull::<[T]>::from_ref) {
71
+ let mut _4 : *const [T];
72
+ }
71
73
}
72
- scope 9 (inlined NonNull::<[T]>::cast::<T>) {
74
+ scope 10 (inlined NonNull::<[T]>::cast::<T>) {
73
75
let mut _5 : *const T;
74
- scope 10 (inlined NonNull::<[T]>::as_ptr) {
76
+ scope 11 (inlined NonNull::<[T]>::as_ptr) {
75
77
}
76
78
}
77
79
}
78
80
}
79
81
}
80
- scope 14 (inlined <std::slice::Iter<'_, T> as Iterator>::enumerate) {
81
- scope 15 (inlined Enumerate::<std::slice::Iter<'_, T>>::new) {
82
+ scope 15 (inlined <std::slice::Iter<'_, T> as Iterator>::enumerate) {
83
+ scope 16 (inlined Enumerate::<std::slice::Iter<'_, T>>::new) {
82
84
}
83
85
}
84
- scope 16 (inlined <Enumerate<std::slice::Iter<'_, T>> as IntoIterator>::into_iter) {
86
+ scope 17 (inlined <Enumerate<std::slice::Iter<'_, T>> as IntoIterator>::into_iter) {
85
87
}
86
88
87
89
bb0 : {
0 commit comments