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

Actually default rustc to have debug! output #9385

Merged
merged 1 commit into from
Sep 23, 2013

Conversation

alexcrichton
Copy link
Member

Turns out that even if the default is "enabled", that doesn't mean that the
CFG_ENABLE_DEBUG variable will be defined. Instead, test whether
CFG_DISABLE_DEBUG is defined and disable debug things if that's the case.

@alexcrichton
Copy link
Member Author

This would close #8181

Turns out that even if the default is "enabled", that doesn't mean that the
CFG_ENABLE_DEBUG variable will be defined. Instead, test whether
CFG_DISABLE_DEBUG is defined and disable debug things if that's the case.
bors added a commit that referenced this pull request Sep 23, 2013
Turns out that even if the default is "enabled", that doesn't mean that the
CFG_ENABLE_DEBUG variable will be defined. Instead, test whether
CFG_DISABLE_DEBUG is defined and disable debug things if that's the case.
@bors bors closed this Sep 23, 2013
@bors bors merged commit 0442764 into rust-lang:master Sep 23, 2013
Jarcho pushed a commit to Jarcho/rust that referenced this pull request Aug 31, 2022
…ns, r=Alexendoo

remove parenthesis from `unnecessary_cast` suggestion

This fixes rust-lang#9380.

---

changelog: none
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.

3 participants