We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5702ce8 commit c41db4cCopy full SHA for c41db4c
src/librustc_codegen_ssa/back/rpath.rs
@@ -1,8 +1,8 @@
1
+use pathdiff::diff_paths;
2
use rustc_data_structures::fx::FxHashSet;
3
use std::env;
4
use std::fs;
5
use std::path::{Path, PathBuf};
-use pathdiff::diff_paths;
6
7
use rustc_hir::def_id::CrateNum;
8
use rustc_middle::middle::cstore::LibSource;
0 commit comments