mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
e35a56d96f
Use `assert_unchecked` instead of `assume` intrinsic in the standard library Now that a public wrapper for the `assume` intrinsic exists, we can use it in the standard library. CC #119131