File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
trunk/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 1
1
---
2
- refs/heads/master: b0097783b980056b67020f0e65107f87ed813275
2
+ refs/heads/master: 93fe5c82bfc58019cd799d9ceca8e22b380cfa60
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: ac134f7ca435551964996ee88319241cd3c7c110
5
5
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
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