10000 bump tracing version by oli-obk · Pull Request #98626 · rust-lang/rust · GitHub
[go: up one dir, main page]

Skip to content

bump tracing version #98626

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

Merged
merged 5 commits into from
Aug 29, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
never inline the only thing that calls a query, which could hit the i…
…nstrument path
  • Loading branch information
oli-obk committed Jul 29, 2022
commit 92bc9db8812aaa5913a01247ef3e1129e8f3d98e
1 change: 1 addition & 0 deletions compiler/rustc_trait_selection/src/traits/fulfill.rs
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ impl<'a, 'b, 'tcx> ObligationProcessor for FulfillProcessor<'a, 'b, 'tcx> {
}
}

#[inline(never)]
fn process_backedge<'c, I>(
&mut self,
cycle: I,
Expand Down
0