-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Tracking issue for Alter mem::forget to be safe (RFC 1066) #25186
Labels
B-RFC-approved
Blocker: Approved by a merged RFC but not yet implemented.
Comments
aturon
added
A-libs
B-RFC-approved
Blocker: Approved by a merged RFC but not yet implemented.
beta-nominated
Nominated for backporting to the compiler in the beta channel.
labels
May 7, 2015
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
May 7, 2015
This commit is an implementation of [RFC 1066][rfc] where the conclusion was that leaking a value is a safe operation in Rust code, so updating the signature of this function follows suit. [rfc]: https://github.com/rust-lang/rfcs/blob/master/text/1066-safe-mem-forget.md Closes rust-lang#25186
Removing beta-nominated here as the PR is beta-nominated |
alexcrichton
removed
the
beta-nominated
Nominated for backporting to the compiler in the beta channel.
label
May 7, 2015
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
May 7, 2015
This commit is an implementation of [RFC 1066][rfc] where the conclusion was that leaking a value is a safe operation in Rust code, so updating the signature of this function follows suit. [rfc]: https://github.com/rust-lang/rfcs/blob/master/text/1066-safe-mem-forget.md Closes rust-lang#25186
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
May 8, 2015
This commit is an implementation of [RFC 1066][rfc] where the conclusion was that leaking a value is a safe operation in Rust code, so updating the signature of this function follows suit. [rfc]: https://github.com/rust-lang/rfcs/blob/master/text/1066-safe-mem-forget.md Closes rust-lang#25186
bors
added a commit
that referenced
this issue
May 8, 2015
This commit is an implementation of [RFC 1066][rfc] where the conclusion was that leaking a value is a safe operation in Rust code, so updating the signature of this function follows suit. [rfc]: https://github.com/rust-lang/rfcs/blob/master/text/1066-safe-mem-forget.md Closes #25186
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
May 11, 2015
This commit is an implementation of [RFC 1066][rfc] where the conclusion was that leaking a value is a safe operation in Rust code, so updating the signature of this function follows suit. [rfc]: https://github.com/rust-lang/rfcs/blob/master/text/1066-safe-mem-forget.md Closes rust-lang#25186
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rust-lang/rfcs#1066
The text was updated successfully, but these errors were encountered: