We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321b680 commit 70292d4Copy full SHA for 70292d4
library/std/src/sys/unix/ext/fs.rs
@@ -367,7 +367,7 @@ pub trait OpenOptionsExt {
367
/// let file_name = CString::new("foo.txt").unwrap();
368
/// let file = unsafe { libc::open(file_name.as_c_str().as_ptr(), options.as_flags().unwrap()) };
369
/// ```
370
- #[stable(feature = "open_options_ext_as_flags", since = "1.47.0")]
+ #[unstable(feature = "open_options_ext_as_flags", issue = "76801")]
371
fn as_flags(&self) -> io::Result<libc::c_int>;
372
}
373
0 commit comments