Rustup to rustc 1.39.0-nightly (eb48d6bde 2019-09-12)

This commit is contained in:
bjorn3 2019-09-13 21:03:26 +02:00
parent 3ee184f2aa
commit af4009d8c8

View File

@ -94,7 +94,7 @@ fn add_file(&mut self, file: &Path) {
));
}
fn add_native_library(&mut self, name: &str) {
fn add_native_library(&mut self, name: syntax::ast::Name) {
let location = find_library(name, &self.config.lib_search_paths, self.config.sess);
self.add_archive(location.clone(), |_| false)
.unwrap_or_else(|e| {