diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-08-12 12:06:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-12 12:06:35 +0200 |
| commit | 9aea966e4b56fae01ee7d8ad57f825ec3be368e2 (patch) | |
| tree | 336c5f952d7428adfcde75cf95181852c801b86d /compiler/rustc_mir_transform/src/coverage/tests.rs | |
| parent | b08dd92552d663e3c877c8e5ce859e212205a09f (diff) | |
| parent | 62ca5aa8e4aba8984ff99fcef5c1c17ead3ee91d (diff) | |
| download | rust-9aea966e4b56fae01ee7d8ad57f825ec3be368e2.tar.gz rust-9aea966e4b56fae01ee7d8ad57f825ec3be368e2.zip | |
Rollup merge of #94455 - jhpratt:stabilize-int_roundings, r=joshtriplett
Partially stabilize `int_roundings`
This stabilizes the following:
```rust
impl uX {
pub const fn div_ceil(self, rhs: Self) -> Self;
pub const fn next_multiple_of(self, rhs: Self) -> Self;
pub const fn checked_next_multiple_of(self, rhs: Self) -> Option<Self>;
}
```
This feature is tracked in #88581.
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/tests.rs')
0 files changed, 0 insertions, 0 deletions
