-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Fix: infer outlives requirements across crates #52010
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
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
src/librustc_typeck/outlives/mod.rs
Outdated
@@ -82,7 +84,7 @@ fn inferred_outlives_of<'a, 'tcx>( | |||
|
|||
fn inferred_outlives_crate<'tcx>( | |||
tcx: TyCtxt<'_, 'tcx, 'tcx>, | |||
crate_num: CrateNum, | |||
_cra: CrateNum, |
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.
will be cleaning this up.
cbd2762
to
3f616cb
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.
💯
@bors r+ |
📌 Commit 3f616cb has been approved by |
Fix: infer outlives requirements across crates Fixes #51858
☀️ Test successful - status-appveyor, status-travis |
Fixes #51858