diff options
Diffstat (limited to 'src/librustc_trans/lib.rs')
| -rw-r--r-- | src/librustc_trans/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_trans/lib.rs b/src/librustc_trans/lib.rs index b74f85aa866..66dd49f241f 100644 --- a/src/librustc_trans/lib.rs +++ b/src/librustc_trans/lib.rs @@ -39,10 +39,10 @@ #![feature(staged_api)] #![feature(unicode)] #![feature(io)] -#![feature(path)] #![feature(path_ext)] #![feature(fs)] #![feature(hash)] +#![feature(path_relative_from)] extern crate arena; extern crate flate; |
