Skip to content

Commit 361da1f

Browse files
---
yaml --- r: 178930 b: refs/heads/tmp c: 8dcaf3c3a09cab9ec6ecc73578835ff56494fa41 h: refs/heads/master v: v3
1 parent b9316bc commit 361da1f

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
@@ -34,4 +34,4 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: 44a287e6eb22ec3c2a687fc156813577464017f7
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37-
refs/heads/tmp: 76655bcabfb1db7abdc0061afe0ff0c67252c0eb
37+
refs/heads/tmp: 8dcaf3c3a09cab9ec6ecc73578835ff56494fa41

branches/tmp/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)