Skip to content

Commit be602fd

Browse files
---
yaml --- r: 179035 b: refs/heads/master c: 93fe5c8 h: refs/heads/master i: 179033: 7d754c8 179031: 2085390 v: v3
1 parent e21847f commit be602fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: b0097783b980056b67020f0e65107f87ed813275
2+
refs/heads/master: 93fe5c82bfc58019cd799d9ceca8e22b380cfa60
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ac134f7ca435551964996ee88319241cd3c7c110
55
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77

trunk/src/librustc_driver/driver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ pub fn build_output_filenames(input: &Input,
914914

915915
// If a crate name is present, we use it as the link name
916916
let stem = sess.opts.crate_name.clone().or_else(|| {
917-
attr::find_crate_name(attrs).map(|n| n.get().to_string())
917+
attr::find_crate_name(attrs).map(|n| n.to_string())
918918
}).unwrap_or(input.filestem());
919919

920920
OutputFilenames {

0 commit comments

Comments
 (0)