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.
FxHashSet::insert
FileSearch::for_each_lib_search_path
1 parent 8375ab4 commit 0238bccCopy full SHA for 0238bcc
src/librustc/session/filesearch.rs
@@ -53,8 +53,6 @@ impl<'a> FileSearch<'a> {
53
if !visited_dirs.contains(&tlib_path) {
54
f(&tlib_path, PathKind::All);
55
}
56
-
57
- visited_dirs.insert(tlib_path);
58
59
60
pub fn get_lib_path(&self) -> PathBuf {
0 commit comments