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.
1 parent 2936248 commit 20f8442Copy full SHA for 20f8442
[refs]
@@ -1,7 +1,7 @@
1
---
2
refs/heads/master: f1132496dddbdd88f321a7919eec3d65136b3f75
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
-refs/heads/snap-stage3: 7f32ea8820727f4f4944423133e6b32e2653a1d2
+refs/heads/snap-stage3: d5c144a4cd1713e14b0fccd6146648bf968522d9
5
refs/heads/try: ebfe63cd1c0b5d23f7ea60c69b4fde2e30cfd42a
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
branches/snap-stage3/src/librustpkg/tests.rs
@@ -18,12 +18,11 @@ use std::run::ProcessOutput;
18
use installed_packages::list_installed_packages;
19
use package_id::{PkgId};
20
use version::{ExactRevision, NoVersion, Version, Tagged};
21
-use path_util::{target_executable_in_workspace, target_library_in_workspace,
22
- target_test_in_workspace, target_bench_in_workspace,
23
- make_dir_rwx, U_RWX, library_in_workspace,
+use path_util::{target_executable_in_workspace, target_test_in_workspace,
+ target_bench_in_workspace, make_dir_rwx, U_RWX,
+ library_in_workspace, installed_library_in_workspace,
24
built_bench_in_workspace, built_test_in_workspace,
25
- built_library_in_workspace, built_executable_in_workspace,
26
- installed_library_in_workspace};
+ built_library_in_workspace, built_executable_in_workspace};
27
use rustc::metadata::filesearch::rust_path;
28
use rustc::driver::driver::host_triple;
29
use target::*;
0 commit comments