Skip to content

Commit

Permalink
Unrolled build for rust-lang#118887
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#118887 - smoelius:patch-1, r=Nilstrieb

Typo
  • Loading branch information
rust-timer authored Dec 13, 2023
2 parents 77d1699 + 046f2de commit 26481ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ fn encode_ty_name(tcx: TyCtxt<'_>, def_id: DefId) -> String {
// _ZTSFvu27NvNtC1234_5crate6Trait13fooIu22NtC1234_5crate7Struct1Iu3i32ES_EE
//
// The reason for not using v0's extended form of paths is to use a consistent and simpler
// 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.,
// keep symbol names close to how methods are represented in error messages). See
// https://rust-lang.github.io/rfcs/2603-rust-symbol-name-mangling-v0.html#methods.
let mut s = String::new();
Expand Down

0 comments on commit 26481ae

Please sign in to comment.