Open
Description
This is a tracking issue for the OpenOptionsExt::as_flags
method defined in #76110
The feature gate for the issue is #![feature(open_options_ext_as_flags)]
.
This feature was reverted in #77090
Steps
- Adjust Documentation
- Stabilization PR (see instructions on rustc-dev-guide)
Implementation history
- Implementing
OpenOptionsExt::as_flags
- Function to convert OpenOptions to c_int #76110