-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Some FulfillmentContext
-related cleanups
#99743
Some FulfillmentContext
-related cleanups
#99743
Conversation
f8fcd55
to
0da2bb0
Compare
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
This comment has been minimized.
This comment has been minimized.
0da2bb0
to
89e10d8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couple comments, but r=me otherwise
compiler/rustc_trait_selection/src/traits/select/candidate_assembly.rs
Outdated
Show resolved
Hide resolved
☔ The latest upstream changes (presumably #100120) made this pull request unmergeable. Please resolve the merge conflicts. |
…rmalize` It spawns up a trait engine, registers the single obligation, then fully solves it
89e10d8
to
f5af266
Compare
@bors r=jackh726 |
☀️ Test successful - checks-actions |
Finished benchmarking commit (bd04658): comparison url. Instruction count
Max RSS (memory usage)Results
CyclesThis benchmark run did not return any relevant results for this metric. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
…leanups, r=jackh726 Some `FulfillmentContext`-related cleanups Use `ObligationCtxt` in some places, remove some `FulfillmentContext`s in others... r? types
Use
ObligationCtxt
in some places, remove someFulfillmentContext
s in others...r? types