Skip to content

Commit af4009d

Browse files
committed
Rustup to rustc 1.39.0-nightly (eb48d6b 2019-09-12)
1 parent 3ee184f commit af4009d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/archive.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ impl<'a> ArchiveBuilder<'a> for ArArchiveBuilder<'a> {
9494
));
9595
}
9696

97-
fn add_native_library(&mut self, name: &str) {
97+
fn add_native_library(&mut self, name: syntax::ast::Name) {
9898
let location = find_library(name, &self.config.lib_search_paths, self.config.sess);
9999
self.add_archive(location.clone(), |_| false)
100100
.unwrap_or_else(|e| {

0 commit comments

Comments
 (0)