-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Move resolve_instance to rustc_ty. #69100
Conversation
These don't really belong in |
src/librustc/ty/instance.rs
Outdated
) -> Option<Instance<'tcx>>, | ||
> = AtomicRef::new( | ||
&(resolve_instance_default | ||
as for<'tcx> fn( |
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.
Can you do a as _
cast here?
@bors try @rust-timer queue |
Awaiting bors try build completion |
⌛ Trying commit aa5110ebd87a0763bd82878cda9f4dabf97577a8 with merge 88a34075007e6282f2e3cbb00a9c27e2d85df7ab... |
☀️ Try build successful - checks-azure |
Queued 88a34075007e6282f2e3cbb00a9c27e2d85df7ab with parent 2ed25f0, future comparison URL. |
☔ The latest upstream changes (presumably #68679) made this pull request unmergeable. Please resolve the merge conflicts. |
4f8a02c
to
2f8ddd2
Compare
What should be done with the perf result? |
@cjgillot |
2f8ddd2
to
0e652c5
Compare
Squashed. |
📌 Commit 0e652c5 has been approved by |
Move resolve_instance to rustc_ty. r? @Zoxc
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-azure |
@bors retry |
Move resolve_instance to rustc_ty. r? @Zoxc
☀️ Test successful - checks-azure |
r? @Zoxc