Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
ed86c928d1
|
|||
|
9df43f6152
|
|||
|
151dd4835c
|
|||
|
7fa2f44a87
|
|||
|
2e06c3ced5
|
|||
|
8c093a8d42
|
|||
|
6a8ec079ea
|
|||
|
430d1218de
|
|||
|
1fc716c7be
|
|||
|
ec2726ff8d
|
|||
|
2c4c325307
|
|||
|
4419d38eb9
|
|||
|
7a7a9c3735
|
+1
-1
@@ -30,7 +30,7 @@ impl<'id, 'ir> Ir<'ir, GhostRoRef<'id, 'ir>> {
|
||||
// - `Ir<'ir, R>` is `#[repr(C)]`, and for every field that depends on
|
||||
// `R`, instantiating `R = GhostRef<'id, 'ir>` vs `R = RawRef<'ir>`
|
||||
// produces types of identical layout:
|
||||
// - `R::IrRef` becomes `&'ir GhostCell<'id, Ir<…>>` vs `&'ir Ir<…>`
|
||||
// - `R::IrRef` becomes `&'ir GhostCell<'id, Ir<...>>` vs `&'ir Ir<...>`
|
||||
// - `R::MaybeThunkRef` becomes `&'ir GhostCell<'id, MaybeThunk>`
|
||||
// vs `&'ir MaybeThunk`
|
||||
// - `R::Ref<Ir<'ir, R>>` (used in `ConcatStrings::parts`) reduces
|
||||
|
||||
Reference in New Issue
Block a user