From 692d9e568301b2c01a35b8da3c9915cef4055a4f Mon Sep 17 00:00:00 2001 From: Chris Mihelich Date: Mon, 13 May 2024 09:05:25 -0700 Subject: Demangle Rust's Y production for passably simple s. PiperOrigin-RevId: 633229582 Change-Id: Ibda908d261b52b1af766304992edd77a5bdd56b5 --- absl/debugging/internal/demangle_rust.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'absl/debugging/internal/demangle_rust.h') diff --git a/absl/debugging/internal/demangle_rust.h b/absl/debugging/internal/demangle_rust.h index 8e9060b4..1c19815f 100644 --- a/absl/debugging/internal/demangle_rust.h +++ b/absl/debugging/internal/demangle_rust.h @@ -33,10 +33,8 @@ namespace debugging_internal { // call-stack space. It is suitable for symbolizing stack traces in a signal // handler. // -// The demangling logic is under development. In this version of Abseil, -// DemangleRustSymbolEncoding parses a few simple kinds of symbol names, but -// nothing having backreferences in the input or angle brackets in the -// demangling, and it emits raw Punycode instead of the UTF-8 represented by it. +// The demangling logic is under development; search for "not yet implemented" +// in the .cc file to see where the gaps are. bool DemangleRustSymbolEncoding(const char* mangled, char* out, std::size_t out_size); -- cgit v1.2.3