-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Warn when RUST_LOG contains a name that isn't a valid path #2038
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Comments
Should be fixed as part of implementing #2033. |
That bug is now closed, but this is still an issue. The place to implement this in the old runtime is in |
Closing. |
Nice! |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
May 2, 2020
…1995 Split up `collapsible_if` ui test Part of rust-lang#2038 changelog: none
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
May 2, 2020
Split up `missing-doc` ui test Part of rust-lang#2038 changelog: none
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
May 2, 2020
Split up `use_self` ui test Part of rust-lang#2038 changelog: none
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
May 2, 2020
Split up `if_same_then_else` ui test Part of rust-lang#2038 changelog: none
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
May 2, 2020
Split up `transmute` ui test Part of rust-lang#2038 changelog: none
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
May 2, 2020
Split up `needless_range_loop` ui test Part of rust-lang#2038 changelog: none
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
May 2, 2020
…phansch Split up `match_same_arms` ui test Part of rust-lang#2038 changelog: none
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
May 2, 2020
…lip1995 Split up `non_copy_const` ui test Part of rust-lang#2038 Maybe there is a better way to avoid duplications of constants. changelog: none
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
May 2, 2020
Split up `match` ui test Part of rust-lang#2038 Also, this decreases the line length limit to 220. changelog: none
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
May 2, 2020
…flip1995 Split up `drop_forget_ref` ui test Part of rust-lang#2038 changelog: none
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
May 2, 2020
…1995 Split up `indexing_slicing` ui test Closes rust-lang#2038 Now all the stderrs are less than 200 lines 🎉 changelog: none
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
I can't imagine any reason you would actually want a name that isn't a valid logging identifier.
The text was updated successfully, but these errors were encountered: