Skip to content

Commit

Permalink
Fix normalizing 32bit symbol hash.
Browse files Browse the repository at this point in the history
  • Loading branch information
skinnyBat committed Jan 14, 2020
1 parent 30dba97 commit 583a4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/symbol-names/impl1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// revisions: legacy v0
//[legacy]compile-flags: -Z symbol-mangling-version=legacy
//[v0]compile-flags: -Z symbol-mangling-version=v0
//[legacy]normalize-stderr-32-bit: "hdb62078998ce7ea8" -> "SYMBOL_HASH"
//[legacy]normalize-stderr-32bit: "hdb62078998ce7ea8" -> "SYMBOL_HASH"
//[legacy]normalize-stderr-64bit: "h62e540f14f879d56" -> "SYMBOL_HASH"

#![feature(optin_builtin_traits, rustc_attrs)]
Expand Down

0 comments on commit 583a4fc

Please sign in to comment.