https://bugs.kde.org/show_bug.cgi?id=445668
--- Comment #2 from Nick Nethercote <n.netherc...@gmail.com> --- > (*) BTW. What is this? It looks like a mangled Rust v0 symbol, but it isn't > because it (I also checked with c++filt) cannot be demangled. The Rust compiler currently sometimes generates symbols with a `.llvm.<numbers>` suffix. These violate the v0 spec, which doesn't allow '.' chars, and the libiberty/Valgrind demangler doesn't demangle them. It's a problem that needs to be fixed on the Rust side. -- You are receiving this mail because: You are watching all bug changes.