Skip to content

Commit 011ef7c

Browse files
committed
Add slice_get_unchecked
Following rust-lang/rust#139118
1 parent 46ff566 commit 011ef7c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

compiler/src/passes/instr/decision.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ mod intrinsics {
303303
mul_with_overflow,
304304
three_way_compare,
305305
size_of,
306+
slice_get_unchecked,
306307
unchecked_add,
307308
unchecked_div,
308309
unchecked_mul,

0 commit comments

Comments
 (0)