We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee184f commit af4009dCopy full SHA for af4009d
src/archive.rs
@@ -94,7 +94,7 @@ impl<'a> ArchiveBuilder<'a> for ArArchiveBuilder<'a> {
94
));
95
}
96
97
- fn add_native_library(&mut self, name: &str) {
+ fn add_native_library(&mut self, name: syntax::ast::Name) {
98
let location = find_library(name, &self.config.lib_search_paths, self.config.sess);
99
self.add_archive(location.clone(), |_| false)
100
.unwrap_or_else(|e| {
0 commit comments