From 93fe5c82bfc58019cd799d9ceca8e22b380cfa60 Mon Sep 17 00:00:00 2001 From: GuillaumeGomez Date: Wed, 4 Feb 2015 01:07:42 +0100 Subject: [PATCH] librustc_driver has been updated --- src/librustc_driver/driver.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_driver/driver.rs b/src/librustc_driver/driver.rs index 0b0b1f9276f..528ea228a98 100644 --- a/src/librustc_driver/driver.rs +++ b/src/librustc_driver/driver.rs @@ -914,7 +914,7 @@ pub fn build_output_filenames(input: &Input, // If a crate name is present, we use it as the link name let stem = sess.opts.crate_name.clone().or_else(|| { - attr::find_crate_name(attrs).map(|n| n.get().to_string()) + attr::find_crate_name(attrs).map(|n| n.to_string()) }).unwrap_or(input.filestem()); OutputFilenames {