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 7ff69b4 commit 0d59b8cCopy full SHA for 0d59b8c
compiler/rustc_mir_dataflow/src/value_analysis.rs
@@ -622,8 +622,7 @@ impl Map {
622
ty: Ty<'tcx>,
623
filter: &mut impl FnMut(Ty<'tcx>) -> bool,
624
) {
625
- // Note: The framework supports only scalars for now.
626
- if filter(ty) && ty.is_scalar() {
+ if filter(ty) {
627
// We know that the projection only contains trackable elements.
628
let place = self.make_place(local, projection).unwrap();
629
0 commit comments