We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f937c7 + 046f2de commit df0686bCopy full SHA for df0686b
compiler/rustc_symbol_mangling/src/typeid/typeid_itanium_cxx_abi.rs
@@ -364,7 +364,7 @@ fn encode_ty_name(tcx: TyCtxt<'_>, def_id: DefId) -> String {
364
// _ZTSFvu27NvNtC1234_5crate6Trait13fooIu22NtC1234_5crate7Struct1Iu3i32ES_EE
365
//
366
// The reason for not using v0's extended form of paths is to use a consistent and simpler
367
- // encoding, as the reasoning for using it isn't relevand for type metadata identifiers (i.e.,
+ // encoding, as the reasoning for using it isn't relevant for type metadata identifiers (i.e.,
368
// keep symbol names close to how methods are represented in error messages). See
369
// https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html#methods.
370
let mut s = String::new();
0 commit comments