Skip to content

Commit

Permalink
Rename RFC #1238 and add a note to RFC #769.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Sep 18, 2015
1 parent a498d07 commit a4697d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions text/0769-sound-generic-drop.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
- RFC PR: [rust-lang/rfcs#769](https://github.com/rust-lang/rfcs/pull/769)
- Rust Issue: [rust-lang/rust#8861](https://github.com/rust-lang/rust/issues/8861)

# History

2015.09.18 -- This RFC was partially superceded by RFC 1238, which
removed the parametricity-based reasoning in favor of an attribute.

# Summary

Remove `#[unsafe_destructor]` from the Rust language. Make it safe
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Feature Name: dropck_parametricity
- Start Date: 2015-08-05
- RFC PR: (leave this empty)
- Rust Issue: (leave this empty)
- RFC PR: https://github.com/rust-lang/rfcs/pull/1238/
- Rust Issue: https://github.com/rust-lang/rust/issues/28498

# Summary

Expand Down

0 comments on commit a4697d7

Please sign in to comment.