@@ -6,7 +6,7 @@ LL | with_signature(x, |mut y| Box::new(y.next()))
6
6
|
7
7
= note: defining type: no_region::<'_#1r, T>::{closure#0} with closure substs [
8
8
i32,
9
- extern "rust-call" fn((std::boxed::Box<T, std::alloc::Global >,)) -> std::boxed::Box<(dyn Anything + '_#2r), std::alloc::Global >,
9
+ extern "rust-call" fn((std::boxed::Box<T>,)) -> std::boxed::Box<(dyn Anything + '_#2r)>,
10
10
(),
11
11
]
12
12
= note: number of external vids: 3
@@ -42,7 +42,7 @@ LL | with_signature(x, |mut y| Box::new(y.next()))
42
42
|
43
43
= note: defining type: correct_region::<'_#1r, T>::{closure#0} with closure substs [
44
44
i32,
45
- extern "rust-call" fn((std::boxed::Box<T, std::alloc::Global >,)) -> std::boxed::Box<(dyn Anything + '_#2r), std::alloc::Global >,
45
+ extern "rust-call" fn((std::boxed::Box<T>,)) -> std::boxed::Box<(dyn Anything + '_#2r)>,
46
46
(),
47
47
]
48
48
= note: number of external vids: 3
@@ -69,7 +69,7 @@ LL | with_signature(x, |mut y| Box::new(y.next()))
69
69
|
70
70
= note: defining type: wrong_region::<'_#1r, '_#2r, T>::{closure#0} with closure substs [
71
71
i32,
72
- extern "rust-call" fn((std::boxed::Box<T, std::alloc::Global >,)) -> std::boxed::Box<(dyn Anything + '_#3r), std::alloc::Global >,
72
+ extern "rust-call" fn((std::boxed::Box<T>,)) -> std::boxed::Box<(dyn Anything + '_#3r)>,
73
73
(),
74
74
]
75
75
= note: number of external vids: 4
@@ -105,7 +105,7 @@ LL | with_signature(x, |mut y| Box::new(y.next()))
105
105
|
106
106
= note: defining type: outlives_region::<'_#1r, '_#2r, T>::{closure#0} with closure substs [
107
107
i32,
108
- extern "rust-call" fn((std::boxed::Box<T, std::alloc::Global >,)) -> std::boxed::Box<(dyn Anything + '_#3r), std::alloc::Global >,
108
+ extern "rust-call" fn((std::boxed::Box<T>,)) -> std::boxed::Box<(dyn Anything + '_#3r)>,
109
109
(),
110
110
]
111
111
= note: number of external vids: 4
0 commit comments