Skip to content

Commit 57a0a90

Browse files
committed
[HACK] dbg
1 parent 88dd6fc commit 57a0a90

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

compiler/rustc_resolve/src/late.rs

+9
Original file line numberDiff line numberDiff line change
@@ -2071,6 +2071,15 @@ impl<'a: 'ast, 'b, 'ast, 'tcx> LateResolutionVisitor<'a, 'b, 'ast, 'tcx> {
20712071

20722072
let output_hidden_lifetimes = replace(&mut self.hidden_lifetimes, outer_hidden_lifetimes);
20732073

2074+
debug!(
2075+
?elision_lifetime,
2076+
?self.r.lifetimes_res_map,
2077+
?self.lifetime_elision_candidates,
2078+
?param_hidden_lifetimes,
2079+
?output_hidden_lifetimes,
2080+
"JPG checking in",
2081+
);
2082+
20742083
match (output_hidden_lifetimes.is_empty(), elision_lifetime) {
20752084
(true, _) | (_, None) => {
20762085
// Treat all parameters as untied

0 commit comments

Comments
 (0)