Skip to content
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

Remove @ syntax for Gc'd pointers #14835

Merged
merged 2 commits into from
Jun 14, 2014
Merged

Conversation

alexcrichton
Copy link
Member

All functionality is now available through Gc<T> and box(GC) expr. This change also removes GC from the prelude (it's an experimental feature).

@sfackler
Copy link
Member

There are a bunch of rpass tests that need to be updated/deleted: https://travis-ci.org/mozilla/rust/jobs/27370699

This removes all remnants of `@` pointers from rustc. Additionally, this removes
the `GC` structure from the prelude as it seems odd exporting an experimental
type in the prelude by default.

Closes rust-lang#14193
[breaking-change]
bors added a commit that referenced this pull request Jun 14, 2014
All functionality is now available through `Gc<T>` and `box(GC) expr`. This change also removes `GC` from the prelude (it's an experimental feature).
@bors bors closed this Jun 14, 2014
@bors bors merged commit ade807c into rust-lang:master Jun 14, 2014
@alexcrichton alexcrichton deleted the no-more-at branch July 4, 2014 00:19
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants