Skip to content

Commit 318f8c4

Browse files
committed
Add TODO referencing #241
1 parent 2a29360 commit 318f8c4

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
@@ -1628,6 +1628,7 @@ fn try_render_ref_opty<'tcx>(
16281628
return None
16291629
};
16301630

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

16331634
if !is_mut {

0 commit comments

Comments
 (0)