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]) {
120
120
pub fn str ( _: & [ u8 ] ) {
121
121
}
122
122
123
- // CHECK: @trait_borrow({}* nonnull %arg0.0, [4 x [[USIZE]]]* noalias readonly dereferenceable({{32|16 }}) %arg0.1)
123
+ // CHECK: @trait_borrow({}* nonnull %arg0.0, [4 x [[USIZE]]]* noalias readonly dereferenceable({{.* }}) %arg0.1)
124
124
// FIXME #25759 This should also have `nocapture`
125
125
#[ no_mangle]
126
126
pub fn trait_borrow ( _: & Drop ) {
127
127
}
128
128
129
- // CHECK: @trait_box({}* noalias nonnull, [4 x [[USIZE]]]* noalias readonly dereferenceable({{32|16 }}))
129
+ // CHECK: @trait_box({}* noalias nonnull, [4 x [[USIZE]]]* noalias readonly dereferenceable({{.* }}))
130
130
#[ no_mangle]
131
131
pub fn trait_box ( _: Box < Drop > ) {
132
132
}
You can’t perform that action at this time.
0 commit comments