Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
enable unstable open_options_ext_as_flags feature in doc comments
  • Loading branch information
Federico Ponzi committed Sep 22, 2020
commit 2f5192280f57ab859a2414ff2e9b6f6398d3feb7
1 change: 1 addition & 0 deletions library/std/src/sys/unix/ext/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ pub trait OpenOptionsExt {
///
/// ```no_run
/// # #![feature(rustc_private)]
/// #![feature(open_options_ext_as_flags)]
/// extern crate libc;
/// use std::ffi::CString;
/// use std::fs::OpenOptions;
Expand Down