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 comment about `UnsafeCell`s and `static` #21663

Merged
merged 2 commits into from Jan 29, 2015

Conversation

Projects
None yet
6 participants
@tbu-
Copy link
Contributor

tbu- commented Jan 26, 2015

It has actually been safe to put an UnsafeCell into a non-mutable static
since the const change.

steveklabnik and others added some commits Jan 23, 2015

Remove comment about `UnsafeCell`s and `static`
It has actually been safe to put an `UnsafeCell` into a non-mutable `static`
since the `const` change.
@rust-highfive

This comment has been minimized.

Copy link
Collaborator

rust-highfive commented Jan 26, 2015

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@tbu-

This comment has been minimized.

Copy link
Contributor Author

tbu- commented Jan 26, 2015

This is based on @steveklabnik unmerged pull request, because this would definitely conflict otherwise.

@alexcrichton

This comment has been minimized.

Copy link
Member

alexcrichton commented Jan 27, 2015

@bors: r+ cbcb191 rollup

I think because they're the same commit that the merge should do the right thing (or so I hope!)

barosl added a commit to barosl/rust that referenced this pull request Jan 27, 2015

Rollup merge of rust-lang#21663 - tbu-:pr_doc_cell_static_safety, r=a…
…lexcrichton

It has actually been safe to put an `UnsafeCell` into a non-mutable `static`
since the `const` change.

barosl added a commit to barosl/rust that referenced this pull request Jan 27, 2015

Rollup merge of rust-lang#21663 - tbu-:pr_doc_cell_static_safety, r=a…
…lexcrichton

It has actually been safe to put an `UnsafeCell` into a non-mutable `static`
since the `const` change.

barosl added a commit to barosl/rust that referenced this pull request Jan 27, 2015

Rollup merge of rust-lang#21663 - tbu-:pr_doc_cell_static_safety, r=a…
…lexcrichton

It has actually been safe to put an `UnsafeCell` into a non-mutable `static`
since the `const` change.

barosl added a commit to barosl/rust that referenced this pull request Jan 27, 2015

Rollup merge of rust-lang#21663 - tbu-:pr_doc_cell_static_safety, r=a…
…lexcrichton

It has actually been safe to put an `UnsafeCell` into a non-mutable `static`
since the `const` change.

barosl added a commit to barosl/rust that referenced this pull request Jan 27, 2015

Rollup merge of rust-lang#21663 - tbu-:pr_doc_cell_static_safety, r=a…
…lexcrichton

It has actually been safe to put an `UnsafeCell` into a non-mutable `static`
since the `const` change.

@bors bors merged commit cbcb191 into rust-lang:master Jan 29, 2015

1 check passed

continuous-integration/travis-ci The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.