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

Turn trace_macros into a compiler flag #22619

Closed
kmcallister opened this issue Feb 21, 2015 · 0 comments
Closed

Turn trace_macros into a compiler flag #22619

kmcallister opened this issue Feb 21, 2015 · 0 comments
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@kmcallister
Copy link
Contributor

I don't know that there's a good use case for turning it on mid-expansion. You can always search the output for the name of the macro(s) you're interested in.

It's feature-gated, so this can become a -Z flag without any fuss.

@kmcallister kmcallister added E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. C-cleanup Category: PRs that clean code up or issues documenting cleanup. labels Feb 21, 2015
Manishearth added a commit to Manishearth/rust that referenced this issue Apr 17, 2015
 This is the second attempt at turning the trace_macros macro into a compiler flag.

See rust-lang#22619
Manishearth added a commit to Manishearth/rust that referenced this issue Apr 17, 2015
 This is the second attempt at turning the trace_macros macro into a compiler flag.

See rust-lang#22619
@bors bors closed this as completed in d14109e Apr 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

1 participant