-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.O-linuxOperating system: LinuxOperating system: Linux
Description
rust/src/libstd/os/linux/fs.rs
Lines 36 to 41 in 4b65a86
#[stable(feature = "metadata_ext", since = "1.1.0")] | |
#[rustc_deprecated(since = "1.8.0", | |
reason = "deprecated in favor of the accessor \ | |
methods of this trait")] | |
#[allow(deprecated)] | |
fn as_raw_stat(&self) -> &raw::stat; |
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.O-linuxOperating system: LinuxOperating system: Linux