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.
impl1
1 parent bfd67f0 commit 6013541Copy full SHA for 6013541
src/test/ui/symbol-names/impl1.rs
@@ -3,7 +3,7 @@
3
// revisions: legacy v0
4
//[legacy]compile-flags: -Z symbol-mangling-version=legacy
5
//[v0]compile-flags: -Z symbol-mangling-version=v0
6
-//[legacy]normalize-stderr-32bit: "hee444285569b39c2" -> "SYMBOL_HASH"
+//[legacy]normalize-stderr-32bit: "h13cfe136e83a9196" -> "SYMBOL_HASH"
7
//[legacy]normalize-stderr-64bit: "hd949d7797008991f" -> "SYMBOL_HASH"
8
9
#![feature(auto_traits, rustc_attrs)]
@@ -75,7 +75,3 @@ fn main() {
75
}
76
};
77
78
-
79
-// FIXME(katie): The 32-bit symbol hash probably needs updating as well, but I'm slightly unsure
80
-// about how to do that. This comment is here so that we don't break the test due to error messages
81
-// including incorrect line numbers.
0 commit comments