-
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
merge opaque types defined in nested bodies #138719
Conversation
This PR changes a file inside |
@@ -395,9 +386,6 @@ impl<'tcx> intravisit::Visitor<'tcx> for RpitConstraintChecker<'tcx> { | |||
self.tcx | |||
} | |||
fn visit_expr(&mut self, ex: &'tcx Expr<'tcx>) { | |||
if let hir::ExprKind::Closure(closure) = ex.kind { |
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.
this was previously incorrect as we'd have also looked into inline constants :<
@bors r+ rollup=never (possibly perf sentsitive) |
add `TypingMode::Borrowck` Still not quite ready Based on rust-lang#138492 and rust-lang#138719 r? `@compiler-errors` `@oli-obk`
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 2a1c8be (parent) -> db68788 (this PR) Test differencesShow 32937 test diffs
(and 16362 additional test diffs) Additionally, 16475 doctest diffs were found. These are ignored, as they are noisy. Job group index
|
Finished benchmarking commit (db68788): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary 4.4%, secondary -3.9%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 775.898s -> 775.231s (-0.09%) |
A small step towards rust-lang/types-team#129
r? @oli-obk