-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate @
syntax, as with ~
syntax.
#14193
Comments
Would it be unreasonable to just remove (Temporarily implementing |
I would think that because I believe that there are good portions of the compiler that are leaking their memory currently because |
Hasn't servo moved to using the spidermonkey GC? |
sounds fine to just shift the existing infrastructure over to Assigning P-low; not a 1.0 blocker so not on the 1.0 milestone. |
For reference, |
fix rust-lang#14192 changelog: [`manual_slice_fill`]: resolve FP caused by missing index checks for the slice
We currently still allow
@
syntax without allowing~
syntax. We should apply the same lang-item approach for~
to@
and start usingGc<T>
everywhere.We would also be able to remove the feature gate because the
Gc
structure would be marked#[experimental]
Nominating.
The text was updated successfully, but these errors were encountered: