Tracking Issue for unchecked_disjoint_bitor
#135758
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(disjoint_bitor)]
This is a tracking issue for the
unchecked_disjoint_bitor
method on integer types (and the associated intrinsic implementing it).This is a method for cases where
a | b
anda + b
return the same value, named after thedisjoint
flag in LLVM.ACP: rust-lang/libs-team#373
Public API
Steps / History
unchecked_disjoint_bitor
per ACP373 #135760Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: