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 01dc4a8 commit 18597b2Copy full SHA for 18597b2
src/rustc/util/filesearch.rs
@@ -65,7 +65,6 @@ fn mk_filesearch(maybe_sysroot: option<path>,
65
target_triple: target_triple} as filesearch
66
}
67
68
-// FIXME #1001: This can't be an obj method
69
fn search<T: copy>(filesearch: filesearch, pick: pick<T>) -> option<T> {
70
let mut rslt = none;
71
for filesearch.lib_search_paths().each {|lib_search_path|
0 commit comments