Skip to content

Commit 43313d5

Browse files
committed
Remove an outdated comment
1 parent 050146f commit 43313d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_mir/interpret/operand.rs

-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ impl<'mir, 'tcx, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
467467
local => {
468468
// Do not use the layout passed in as argument if the base we are looking at
469469
// here is not the entire place.
470-
// FIXME use place_projection.is_empty() when is available
471470
let layout = if place.projection.is_empty() { layout } else { None };
472471

473472
self.access_local(self.frame(), local, layout)?

0 commit comments

Comments
 (0)