-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In
rustc_codegen_gcc/src/builder.rs
Line 367 in 75a4fb9
let func_name = format!("{:?}", func_ptr); |
We also do the same in
rustc_codegen_gcc/src/builder.rs
Line 235 in 75a4fb9
let func_name = format!("{:?}", func_ptr); |
This is not a big priority(we leak the name of a function each time we call it), but nontheless something I think should be fixed at some point.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request