Skip to content

Add the try_demangle function #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 25, 2017

Conversation

fitzgen
Copy link
Member

@fitzgen fitzgen commented Feb 24, 2017

The try_demangle function is the same as demangle, except it returns an Err if
the string does not appear to be a Rust symbol, rather than "demangling" the
given string as a no-op.

r? @alexcrichton

Blocks rust-lang/backtrace-rs#31

The `try_demangle` function is the same as `demangle`, except it returns an `Err` if
the string does not appear to be a Rust symbol, rather than "demangling" the
given string as a no-op.
@alexcrichton alexcrichton merged commit 6dc0d20 into rust-lang:master Feb 25, 2017
@fitzgen fitzgen deleted the try-demangle branch February 25, 2017 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants