1
Fork 0

replace manual ptr arithmetic with ptr_sub

This commit is contained in:
The 8472 2023-01-03 02:39:13 +01:00
parent 754f6d4a8c
commit 9db0134018
3 changed files with 8 additions and 23 deletions

View file

@ -2,6 +2,7 @@
// prevent optimizing away bounds checks
// compile-flags: -O
// ignore-debug: the debug assertions get in the way
#![crate_type="rlib"]