We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70292d4 commit 2f51922Copy full SHA for 2f51922
library/std/src/sys/unix/ext/fs.rs
@@ -357,6 +357,7 @@ pub trait OpenOptionsExt {
357
///
358
/// ```no_run
359
/// # #![feature(rustc_private)]
360
+ /// #![feature(open_options_ext_as_flags)]
361
/// extern crate libc;
362
/// use std::ffi::CString;
363
/// use std::fs::OpenOptions;
0 commit comments