Skip to content

Commit da57f14

Browse files
committed
Fix issue-107495-archive-permissions to not rely on rustc_private
1 parent bd884d8 commit da57f14

File tree

1 file changed

+1
-3
lines changed
  • tests/run-make/issue-107495-archive-permissions

1 file changed

+1
-3
lines changed

tests/run-make/issue-107495-archive-permissions/rmake.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
#![feature(rustc_private)]
2-
31
#[cfg(unix)]
4-
extern crate libc;
2+
use run_make_support::libc;
53

64
#[cfg(unix)]
75
use std::os::unix::fs::PermissionsExt;

0 commit comments

Comments
 (0)