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 1e8fdf4 commit 4c779daCopy full SHA for 4c779da
tests/compile-test.rs
@@ -126,12 +126,6 @@ fn base_config(test_dir: &str) -> compiletest::Config {
126
out_dir: PathBuf::from(std::env::var_os("CARGO_TARGET_DIR").unwrap_or("target".into())).join("ui_test"),
127
..compiletest::Config::rustc(Path::new("tests").join(test_dir))
128
};
129
-
130
- if let Some(_path) = option_env!("RUSTC_LIB_PATH") {
131
- //let path = PathBuf::from(path);
132
- //config.run_lib_path = path.clone();
133
- //config.compile_lib_path = path;
134
- }
135
let current_exe_path = env::current_exe().unwrap();
136
let deps_path = current_exe_path.parent().unwrap();
137
let profile_path = deps_path.parent().unwrap();
0 commit comments