We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf70cce commit 6d4de52Copy full SHA for 6d4de52
tests/run-make/symbols-all-mangled/rmake.rs
@@ -26,6 +26,10 @@ fn symbols_check_archive(path: &str) {
26
continue; // Correctly mangled
27
}
28
29
+ if name.starts_with(".refptr.") {
30
+ continue; // COFF stub symbol
31
+ }
32
+
33
let member_name =
34
std::str::from_utf8(file.member(symbol.offset()).unwrap().name()).unwrap();
35
if !member_name.ends_with(".rcgu.o") || member_name.contains("compiler_builtins") {
0 commit comments