File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
kmir/src/kmir/kdist/mir-semantics/rt Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1265,7 +1265,7 @@ the `Value` sort.
12651265Conversion is especially possible for the case of _ Slices_ (of dynamic length) and _ Arrays_ (of static length),
12661266which have the same representation ` Value::Range ` .
12671267
1268- When the cast crosses transparent wrappers (newtypes that just forward field ` 0 ` e.g. ` struct Wrapper<T>(T) ` , the pointer's
1268+ When the cast crosses transparent wrappers (newtypes that just forward field ` 0 ` e.g. ` struct Wrapper<T>(T) ` ) , the pointer's
12691269` Place ` must be realigned. ` #alignTransparentPlace ` rewrites the projection list until the source and target
12701270expose the same inner value:
12711271- if the source unwraps more than the target, append an explicit ` field(0) ` so the target still sees that field;
You can’t perform that action at this time.
0 commit comments