-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
I noticed that the syntax of mangled names specified in RFC 2603 is outdated. Specifically, it does not match the implementation of https://github.com/alexcrichton/rustc-demangle/.
Here are some differences I have observed from rustc-demangle:
<binder>
is optional in<fn-sig>
and<dyn-bounds>
;<const-data>
may contain an optional"n"
character to indicate negative values.- The placeholder variant of
<const>
does not contain a<type>
item.
Also, the symbol after <fn-sig>
is :=
while the symbol after other non-terminals are =
.
Metadata
Metadata
Assignees
Labels
No labels