Skip to content

Stop using transmute_mut in RefCell - #13419

Closed
sfackler wants to merge 1 commit into
rust-lang:masterfrom
sfackler:refcell-ub
Closed

Stop using transmute_mut in RefCell#13419
sfackler wants to merge 1 commit into
rust-lang:masterfrom
sfackler:refcell-ub

Conversation

@sfackler

Copy link
Copy Markdown
Member

This is supposedly undefined behavior now that Unsafe exists, so we'll
use Cell instead.

This is supposedly undefined behavior now that Unsafe exists, so we'll
use Cell instead.
@borsbors closed this in 0156af1Apr 11, 2014
@sfackler
sfackler deleted the refcell-ub branch May 15, 2014 05:01
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 18, 2022
Bump `actions/setup-node`
Fixes more Node 12 deprecation warnings.
Sign up for freeto 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.

5 participants

@sfackler@alexcrichton@brson@huonw@bors