aboutsummaryrefslogtreecommitdiff
path: root/absl/debugging/internal/demangle_rust.h
diff options
context:
space:
mode:
authorChris Mihelich <cmihelic@google.com>2024-05-13 09:05:25 -0700
committerCopybara-Service <copybara-worker@google.com>2024-05-13 09:06:23 -0700
commit692d9e568301b2c01a35b8da3c9915cef4055a4f (patch)
treefc65b72c76a018f45fef612d67e17ab88235d893 /absl/debugging/internal/demangle_rust.h
parent99bb2f6f106db314fc93fdda3bdeed4005584887 (diff)
downloadabseil-692d9e568301b2c01a35b8da3c9915cef4055a4f.tar.gz
abseil-692d9e568301b2c01a35b8da3c9915cef4055a4f.tar.bz2
abseil-692d9e568301b2c01a35b8da3c9915cef4055a4f.zip
Demangle Rust's Y<type><path> production for passably simple <type>s.
PiperOrigin-RevId: 633229582 Change-Id: Ibda908d261b52b1af766304992edd77a5bdd56b5
Diffstat (limited to 'absl/debugging/internal/demangle_rust.h')
-rw-r--r--absl/debugging/internal/demangle_rust.h6
1 files changed, 2 insertions, 4 deletions
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);