We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Whatever upcall or lang item rustc is calling for log needs to be updated to figure out exactly how to emit that log. There are several scenarios:
log
rust_task*
Scheduler
Task
Consider redesigning log in the process #3309
The text was updated successfully, but these errors were encountered:
Visiting for triage; carry on.
Sorry, something went wrong.
@brson, after glancing at the logging code, this seems done now, but I just wanted to make sure.
88593fc
Auto merge of rust-lang#5022 - flip1995:useless_attr, r=phansch
0da0ae3
Fix useless_attribute suggestion Fixes rust-lang#5021 changelog: Fix [`useless_attribute`] suggestion, which tripped rustfix
No branches or pull requests
Whatever upcall or lang item rustc is calling for
log
needs to be updated to figure out exactly how to emit that log. There are several scenarios:rust_task*
is available - use the current pathScheduler
is available - use some new scheduler-local mechanismTask
is running - use some new task-local mechanismConsider redesigning log in the process #3309
The text was updated successfully, but these errors were encountered: