Skip to content

Commit b2cb269

Browse files
committed
rustc_type_ir: walk: remove resolved FIXME
1 parent 807ae15 commit b2cb269

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_type_ir/src/walk.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ fn push_inner<I: Interner>(stack: &mut TypeWalkerStack<I>, parent: I::GenericArg
141141
}
142142
ty::Field(ty, _) => {
143143
stack.push(ty.into());
144-
// FIXME(field_projections): figure out if need to push `field_path`
145144
}
146145
ty::Tuple(ts) => stack.extend(ts.iter().rev().map(|ty| ty.into())),
147146
ty::FnPtr(sig_tys, _hdr) => {

0 commit comments

Comments
 (0)