Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
c1c5681d13
|
|||
|
eb59f4fb67
|
|||
|
2fd034965b
|
|||
|
b5246c04ae
|
|||
|
b8e14c62a4
|
|||
|
2656b0bc11
|
|||
|
8192e60063
|
|||
|
0ecf01204e
|
|||
|
f666bb498f
|
|||
|
4f7d94f41b
|
|||
|
a66748e42d
|
|||
|
f39fc5fc49
|
|||
|
5dd160cc43
|
+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