Module rustc_demangle::v0
source · Macros
- invalid 🔒Mark the parser as errored (with
ParseError::Invalid
), print the appropriate message (seeParseError::message
) and return early. - parse 🔒Call a parser method (if the parser hasn’t errored yet), and mark the parser as errored if it returns
Err
. - write 🔒
Structs
- Representation of a demangled symbol name.
- Sequence of lowercase hexadecimal nibbles (
0-9a-f
), used by leaf consts. - Ident 🔒
- Parser 🔒
- Printer 🔒
Enums
Constants
Functions
- De-mangles a Rust symbol into a more readable version