File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,13 +120,13 @@ pub fn unsafe_slice(_: &[UnsafeInner]) {
120120pub fn str ( _: & [ u8 ] ) {
121121}
122122
123- // CHECK: @trait_borrow({}* nonnull %arg0.0, [4 x [[USIZE]]]* noalias readonly dereferenceable({{.*}}) %arg0.1)
123+ // CHECK: @trait_borrow({}* nonnull %arg0.0, [3 x [[USIZE]]]* noalias readonly dereferenceable({{.*}}) %arg0.1)
124124// FIXME #25759 This should also have `nocapture`
125125#[ no_mangle]
126126pub fn trait_borrow ( _: & Drop ) {
127127}
128128
129- // CHECK: @trait_box({}* noalias nonnull, [4 x [[USIZE]]]* noalias readonly dereferenceable({{.*}}))
129+ // CHECK: @trait_box({}* noalias nonnull, [3 x [[USIZE]]]* noalias readonly dereferenceable({{.*}}))
130130#[ no_mangle]
131131pub fn trait_box ( _: Box < Drop > ) {
132132}
You can’t perform that action at this time.
0 commit comments