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

Replace several common macros of the form #m[...] with m!(...) #3746

Merged
merged 1 commit into from
Oct 12, 2012

Conversation

killerswan
Copy link
Contributor

This commit replaces nearly all remaining uses of #fmt, #debug, #error,
and #info, and fixes some error messages...

All the tests pass with CFG_DISABLE_VALGRIND=1 make check.

This commit replaces nearly all remaining uses of #fmt, #debug, #error,
and #info, and fixes some error messages...
catamorphism added a commit that referenced this pull request Oct 12, 2012
Replace several common macros of the form #m[...] with m!(...)
@catamorphism catamorphism merged commit fe05837 into rust-lang:incoming Oct 12, 2012
@catamorphism
Copy link
Contributor

Thanks!

bors added a commit to rust-lang-ci/rust that referenced this pull request May 2, 2020
don't fire `empty_loop` in `no_std` crates

closes rust-lang#3746.
changelog: move no_std detection to utils, don't fire empty_loop in no_std crates
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