Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit df0686b

Browse files
authoredDec 13, 2023
Rollup merge of #118887 - smoelius:patch-1, r=Nilstrieb
Typo
2 parents 2f937c7 + 046f2de commit df0686b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎compiler/rustc_symbol_mangling/src/typeid/typeid_itanium_cxx_abi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ fn encode_ty_name(tcx: TyCtxt<'_>, def_id: DefId) -> String {
364364
// _ZTSFvu27NvNtC1234_5crate6Trait13fooIu22NtC1234_5crate7Struct1Iu3i32ES_EE
365365
//
366366
// 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.,
367+
// encoding, as the reasoning for using it isn't relevant for type metadata identifiers (i.e.,
368368
// keep symbol names close to how methods are represented in error messages). See
369369
// https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html#methods.
370370
let mut s = String::new();

0 commit comments

Comments
 (0)
Failed to load comments.