Uh oh!
There was an error while loading. Please reload this page.
Replaced log with tracing - #75514
Conversation
rust-highfive
commented
Aug 14, 2020
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @davidtwco (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
davidtwco
commented
Aug 14, 2020
@bors r+ |
bors
commented
Aug 14, 2020
📌 Commit c5ba2128d854032f843e9532ffa663ab4dc41fd8 has been approved by |
Rollup of 4 pull requests Successful merges: - rust-lang#75376 (Set CMAKE_SYSTEM_NAME when cross-compiling) - rust-lang#75448 (merge `as_local_hir_id` with `local_def_id_to_hir_id`) - rust-lang#75513 (Recover gracefully from `struct` parse errors) - rust-lang#75545 (std/sys/unix/time: make it easier for LLVM to optimize `Instant` subtraction.) Failed merges: - rust-lang#75514 (Replaced `log` with `tracing`) r? @ghost
This comment has been minimized.
This comment has been minimized.
crlf0710
commented
Aug 15, 2020
@gdhuper A rebase is needed since we're don't accept PRs with merge commits in them. |
gdhuper
commented
Aug 15, 2020
@crlf0710 Thanks for the heads up. I didn't know this. Should I cherry pick previous commit and then rebase or recreate a branch? |
mati865
commented
Aug 15, 2020
@gdhuper in your case |
ea15c3f to
d2753f9Comparedavidtwco
commented
Aug 15, 2020
@bors r+ |
bors
commented
Aug 15, 2020
📌 Commit d2753f9 has been approved by |
bors
commented
Aug 15, 2020
bors
commented
Aug 15, 2020
☀️ Test successful - checks-actions, checks-azure |
Description
Replaced
logwithtracingin the following crates:Fixes: #74747
Checklist: