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

RUST_LOG matches prefix #6264

Closed
sanxiyn opened this issue May 6, 2013 · 3 comments
Closed

RUST_LOG matches prefix #6264

sanxiyn opened this issue May 6, 2013 · 3 comments
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows 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

@sanxiyn
Copy link
Member

sanxiyn commented May 6, 2013

This seems to be by design, but this doesn't seem to allow enabling logging only for rustc::middle::ty without enabling it for rustc::middle::typeck. Or is this possible?

@graydon
Copy link
Contributor

graydon commented Jul 11, 2013

It is not presently possible. The current behavior is intentional but we should probably revisit it. relative of #2038 and a sub-bug of #3309

@huonw
Copy link
Member

huonw commented Aug 28, 2013

Triage: nothing to add. Similar to #6032.

@alexcrichton
Copy link
Member

Closing in favor of #6032. The outcome of that issue will dicate whether this behavior is valid or not.

flip1995 pushed a commit to flip1995/rust that referenced this issue Nov 3, 2020
cargo dev ra-setup: don't inject deps multiple times if we have already done so

Fixes rust-lang#6220

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows 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

4 participants