Skip to content

Commit a6c067f

Browse files
committed
Add TODO referencing #241
1 parent 08f0bf4 commit a6c067f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/analyz/ty_json.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,6 +1624,7 @@ fn try_render_ref_opty<'tcx>(
16241624
return None
16251625
};
16261626

1627+
// TODO(#241): Lift this restriction.
16271628
assert!(d_offset == Size::ZERO, "cannot handle nonzero reference offsets");
16281629

16291630
if !is_mut {

0 commit comments

Comments
 (0)