File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/tmp/src/librustc_driver Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34
34
refs/heads/beta: 44a287e6eb22ec3c2a687fc156813577464017f7
35
35
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
36
36
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37
- refs/heads/tmp: 76655bcabfb1db7abdc0061afe0ff0c67252c0eb
37
+ refs/heads/tmp: 8dcaf3c3a09cab9ec6ecc73578835ff56494fa41
Original file line number Diff line number Diff line change @@ -914,7 +914,7 @@ pub fn build_output_filenames(input: &Input,
914
914
915
915
// If a crate name is present, we use it as the link name
916
916
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( ) )
918
918
} ) . unwrap_or( input. filestem( ) ) ;
919
919
920
920
OutputFilenames {
You can’t perform that action at this time.
0 commit comments