Rollup merge of #105423 - oli-obk:symbols, r=jackh726
Use `Symbol` for the crate name instead of `String`/`str` It always got converted to a symbol anyway
This commit is contained in:
commit
fbfc5ada02
18 changed files with 103 additions and 92 deletions
|
@ -102,7 +102,7 @@ pub fn link_binary<'a>(
|
|||
sess,
|
||||
crate_type,
|
||||
outputs,
|
||||
codegen_results.crate_info.local_crate_name.as_str(),
|
||||
codegen_results.crate_info.local_crate_name,
|
||||
);
|
||||
match crate_type {
|
||||
CrateType::Rlib => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue