Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upstabilized needs_drop (fixes #41890) #44639
Conversation
rust-highfive
assigned
BurntSushi
Sep 16, 2017
This comment has been minimized.
This comment has been minimized.
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @BurntSushi (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
This comment has been minimized.
This comment has been minimized.
|
@bors r+ rollup |
This comment has been minimized.
This comment has been minimized.
|
|
dtolnay
assigned
dtolnay
and unassigned
BurntSushi
Sep 17, 2017
TimNN
added a commit
to TimNN/rust
that referenced
this pull request
Sep 17, 2017
bors
added a commit
that referenced
this pull request
Sep 17, 2017
TimNN
added a commit
to TimNN/rust
that referenced
this pull request
Sep 17, 2017
bors
added a commit
that referenced
this pull request
Sep 17, 2017
TimNN
added a commit
to TimNN/rust
that referenced
this pull request
Sep 17, 2017
bors
added a commit
that referenced
this pull request
Sep 17, 2017
bors
merged commit 0485595
into
rust-lang:master
Sep 17, 2017
1 check passed
budziq
deleted the
budziq:stabilize_needs_drop
branch
Sep 17, 2017
dtolnay
added
the
relnotes
label
Sep 21, 2017
dtolnay
added
the
beta-accepted
label
Sep 21, 2017
dtolnay
added a commit
to dtolnay/rust
that referenced
this pull request
Sep 25, 2017
dtolnay
added a commit
to dtolnay/rust
that referenced
this pull request
Sep 25, 2017
This was referenced Sep 25, 2017
dtolnay
added a commit
to dtolnay/rust
that referenced
this pull request
Sep 26, 2017
bors
added a commit
that referenced
this pull request
Sep 26, 2017
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this pull request
Sep 29, 2017
oherrala
reviewed
Oct 13, 2017
| @@ -359,7 +358,7 @@ pub fn align_of_val<T: ?Sized>(val: &T) -> usize { | |||
| /// } | |||
| /// ``` | |||
| #[inline] | |||
| #[unstable(feature = "needs_drop", issue = "41890")] | |||
| #[stable(feature = "needs_drop", since = "1.22.0")] | |||
budziq commentedSep 16, 2017
•
edited
fixes #41890