Improve wording of the drawback

During the FCP, people noticed that the wording of the drawback
probably fit better with an earlier draft of this RFC.  Let's
incorporate that feedback before merging.

(Thanks to Waffle for raising this point.)
This commit is contained in:
Travis Cross 2024-05-06 05:55:56 +00:00
parent 6dba902b3c
commit 23f0acfe26
1 changed files with 1 additions and 2 deletions

View File

@ -95,8 +95,7 @@ Extern statics can be either immutable or mutable just like statics outside of e
# Drawbacks
[drawbacks]: #drawbacks
* It is very unfortunate to have to essentially reverse the status quo.
* Hopefully, allowing people to safely call some foreign functions will make up for the churn caused by this change.
This change will induce some churn. Hopefully, allowing people to safely call some foreign functions will make up for that.
# Rationale and alternatives
[rationale-and-alternatives]: #rationale-and-alternatives