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.
issue-107495-archive-permissions
rustc_private
1 parent d7cd312 commit 139aca2Copy full SHA for 139aca2
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