We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
issue-107495-archive-permissions
rustc_private
1 parent bd884d8 commit da57f14Copy full SHA for da57f14
tests/run-make/issue-107495-archive-permissions/rmake.rs
@@ -1,7 +1,5 @@
1
-#![feature(rustc_private)]
2
-
3
#[cfg(unix)]
4
-extern crate libc;
+use run_make_support::libc;
5
6
7
use std::os::unix::fs::PermissionsExt;
0 commit comments