Skip to content

v0: add missing matching pop_depth for push_depth in skip_*. #51

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
Jul 20, 2021

Conversation

eddyb
Copy link
Member

@eddyb eddyb commented Jul 20, 2021

This is the problem I mentioned in #49 (comment).
The newly added (procedural) test fails before the changes I made, and passes afterwards.

AFAICT the symbols that it originally failed on come from Cargo (compiled with the v0 mangling enabled) - once v0 becomes the default, it might be worthwhile to setup some CI automation putting all _R[A-Z].* symbols that can be found in executables/.sos in ~/.rustup/toolchains/* through the demangler, and checking that they demangle successfully.

@alexcrichton
Copy link
Member

Seems reasonable to me, thanks!

@alexcrichton alexcrichton merged commit cce8a07 into rust-lang:main Jul 20, 2021
@eddyb eddyb deleted the pop-depth-when-skipping branch July 20, 2021 15:38
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