rustc-demangle does not allow encoding version in symbol name #58
Open
Description
The RFC 2603 says that
// The <decimal-number> specifies the encoding version.
<symbol-name> = "_R" [<decimal-number>] <path> [<instantiating-crate>]
But it seem that rustc-demangle forces an upper case letter after _R
:
Lines 56 to 59 in 2811a1a
But I am not sure whether this issue belongs to RFC 2603 or rust-demangle.
Metadata
Assignees
Labels
No labels