We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4348447 commit 21ee1cfCopy full SHA for 21ee1cf
compiler/rustc_symbol_mangling/src/lib.rs
@@ -297,7 +297,7 @@ fn compute_symbol_name<'tcx>(
297
let mangled_name_too_long = {
298
// The PDB debug info format cannot store mangled symbol names for which its
299
// internal record exceeds u16::MAX bytes, a limit multiple Rust projects have been
300
- // hitting due to the verbosity of legacy name manglng. Depending on the linker version
+ // hitting due to the verbosity of legacy name mangling. Depending on the linker version
301
// in use, such symbol names can lead to linker crashes or incomprehensible linker error
302
// about a limit being hit.
303
// Mangle those symbols with v0 mangling instead, which gives us more room to breathe
0 commit comments