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 ea23585 commit 108790bCopy full SHA for 108790b
compiler/rustc_mir_dataflow/src/value_analysis.rs
@@ -623,8 +623,6 @@ impl Map {
623
) {
624
// Note: The framework supports only scalars for now.
625
if filter(ty) && ty.is_scalar() {
626
- // trace!("registering place {:?}", PlaceRef { local, projection: &*projection });
627
-
628
// We know that the projection only contains trackable elements.
629
let place = self.make_place(local, projection).unwrap();
630
0 commit comments