Skip to content
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

rustrt: Don't conditionally init the at_exit QUEUE #16109

Closed
wants to merge 1 commit into from

Conversation

alexcrichton
Copy link
Member

This initialization should happen unconditionally, but the rtassert! macro is
gated on the ENFORCE_SANITY define

Closes #16106

This initialization should happen unconditionally, but the rtassert! macro is
gated on the ENFORCE_SANITY define

Closes rust-lang#16106
@alexcrichton alexcrichton deleted the issue-16106 branch August 1, 2014 16:51
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.

Side-effects of rustrt::at_exit_impl::init should probably not be gated on ::util::ENFORCE_SANITY
2 participants