We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf7300 commit eddd3a7Copy full SHA for eddd3a7
compiler/rustc_borrowck/src/type_check/liveness/trace.rs
@@ -49,8 +49,6 @@ pub(super) fn trace<'mir, 'tcx>(
49
boring_locals: Vec<Local>,
50
polonius_drop_used: Option<Vec<(Local, Location)>>,
51
) {
52
- debug!("trace()");
53
-
54
let local_use_map = &LocalUseMap::build(&relevant_live_locals, elements, body);
55
56
// When using `-Zpolonius=next`, compute the set of loans that can reach a given region.
0 commit comments