Skip to content

Commit 7e5c614

Browse files
lqdapiraino
andauthored
Update content/Project-Goals-2025-April-Update.md
Co-authored-by: apiraino <[email protected]>
1 parent 5a0a123 commit 7e5c614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/Project-Goals-2025-April-Update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ Put another way, you should never have to go back and modify an edition migratio
481481

482482
<!-- this comment helps to convince the markdown parser to do the right thing -->
483483

484-
We've modified codegen so that we guarantee that `x.use` will do a copy if `X: Copy` is true after monomorphization. Before this change the desugaring to `clone` occured only before monomorphization and hence it would call the `clone` method even for those instances where `X` is a `Copy` type. So with this modification we avoid such situation.
484+
We've modified codegen so that we guarantee that `x.use` will do a copy if `X: Copy` is true after monomorphization. Before this change the desugaring to `clone` occurred only before monomorphization and hence it would call the `clone` method even for those instances where `X` is a `Copy` type. So with this modification we avoid such situation.
485485

486486
We are not working on convert `x.use` to a move rather than a clone if this is a last-use.
487487

0 commit comments

Comments
 (0)