You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a Clone capability protocol (mirrors Ord/Eq): clone() deep-copies any builtin scalar,
derives(Clone) user struct/sum, and List/Option/Result of Clone elements. Closes the clone-gap
(could not copy a String/managed field out of a read value -> E0507): now a read field copies via
Clone.clone<T>(self: read x). Wired across stdlib/clone/clone.rssi, interfaces, checks/calls
protocol satisfaction, analyzer fresh-Self bound, reg_vm (RegIntrinsic::CloneClone + resolver +
receiver call), runtime_abi + runtime clone_value, regenerated core index + vm parity. Full
cargo test -p rsscript green (25 targets, 0 failed). Subagent-produced, applied + reverified.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments