@@ -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 20 (inlined <Enumerate<std::slice::Iter<'_, T>> as Iterator>::next) {
22
+ scope 17 (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 21 {
27
+ scope 18 {
28
28
let _18 : usize;
29
- scope 26 {
29
+ scope 23 {
30
30
}
31
31
}
32
- scope 22 {
33
- scope 23 {
34
- scope 29 (inlined <Option<(usize, &T)> as FromResidual<Option<Infallible>>>::from_residual) {
32
+ scope 19 {
33
+ scope 20 {
34
+ scope 26 (inlined <Option<(usize, &T)> as FromResidual<Option<Infallible>>>::from_residual) {
35
35
}
36
36
}
37
37
}
38
- scope 24 {
39
- scope 25 {
38
+ scope 21 {
39
+ scope 22 {
40
40
}
41
41
}
42
- scope 27 (inlined <Option<&T> as Try>::branch) {
42
+ scope 24 (inlined <Option<&T> as Try>::branch) {
43
43
let mut _16 : isize;
44
44
let _17 : &T;
45
- scope 28 {
45
+ scope 25 {
46
46
}
47
47
}
48
48
}
@@ -64,12 +64,6 @@ fn enumerated_loop(_1: &[T], _2: impl Fn(usize, &T)) -> () {
64
64
scope 12 (inlined NonNull::<T>::as_ptr) {
65
65
}
66
66
scope 13 (inlined std::ptr::mut_ptr::<impl *mut T>::add) {
67
- scope 14 (inlined core::ub_checks::check_language_ub) {
68
- scope 15 (inlined core::ub_checks::check_language_ub::runtime) {
69
- }
70
- }
71
- scope 16 (inlined std::mem::size_of::<T>) {
72
- }
73
67
}
74
68
}
75
69
scope 8 (inlined <NonNull<[T]> as From<&[T]>>::from) {
@@ -83,11 +77,11 @@ fn enumerated_loop(_1: &[T], _2: impl Fn(usize, &T)) -> () {
83
77
}
84
78
}
85
79
}
86
- scope 17 (inlined <std::slice::Iter<'_, T> as Iterator>::enumerate) {
87
- scope 18 (inlined Enumerate::<std::slice::Iter<'_, T>>::new) {
80
+ scope 14 (inlined <std::slice::Iter<'_, T> as Iterator>::enumerate) {
81
+ scope 15 (inlined Enumerate::<std::slice::Iter<'_, T>>::new) {
88
82
}
89
83
}
90
- scope 19 (inlined <Enumerate<std::slice::Iter<'_, T>> as IntoIterator>::into_iter) {
84
+ scope 16 (inlined <Enumerate<std::slice::Iter<'_, T>> as IntoIterator>::into_iter) {
91
85
}
92
86
93
87
bb0 : {
0 commit comments