In working on the Rust design for single-file packages, we found that
there were too many decisions to make up-front in an RFC, so we
instead opted to approve an experiment (eRFC) to figure out the design
incrementally and then come back with a final proposal. This
implementation is considered unstable and requires a special flag
(``-Zscript``) to access within the nightly builds of Rust.
This commit updates the description of Rust's approach to align
with these facts.
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Paul Moore <p.f.moore@gmail.com>