Skip to content

Remove freeze and fixes #12577 #13076

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 8 commits into from
Mar 22, 2014
Merged

Remove freeze and fixes #12577 #13076

merged 8 commits into from
Mar 22, 2014

Conversation

flaper87
Copy link
Contributor

This PR removes the Freeze kind and the NoFreeze marker completely.

Fixes #12577

cc @nikomatsakis r?

@flaper87 flaper87 changed the title Remove freeze and close #12577 Remove freeze and fixes #12577 Mar 22, 2014
bors added a commit that referenced this pull request Mar 22, 2014
This PR removes the `Freeze` kind and the `NoFreeze` marker completely.

Fixes #12577

cc @nikomatsakis r?
@bors bors closed this Mar 22, 2014
@bors bors merged commit a1cb2f5 into rust-lang:master Mar 22, 2014
@flaper87 flaper87 deleted the remove-freeze branch March 23, 2014 01:03
JohnTitor pushed a commit to JohnTitor/rust that referenced this pull request Aug 30, 2022
Do not substitute `Self` when in same impl block

Fix rust-lang#13076
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce a Unsafe<T> type to be used as the basis for Cell, RefCell, Atomic, etc and remove Freeze
3 participants