Uh oh!
There was an error while loading. Please reload this page.
rustc: Implement the Drop trait - #3925
Conversation
brson
commented
Nov 6, 2012
@jruderman The plan is to remove I'm also curious about how trait/impl visibility works, and how that releates to |
brson
commented
Nov 6, 2012
r+ |
pcwalton
commented
Nov 7, 2012
It raises annoying issues about where to place the drop flag, and I didn't want to put too much in this patch. |
nikomatsakis
commented
Nov 7, 2012
Regarding enums, that's fine. It seems like we can (eventually) treat them the same we treat structs. That is, we translate a |
skip old getrandom crate on Solaris Fixesrust-lang/miri#3924 Now we should be able to enable randomness tests on Solarish (and Android, while we are at it).
3925: Implement assist "Reorder field names" r=matklad a=geoffreycopin This PR implements the "Reorder record fields" assist as discussed in issue rust-lang#3821 . Adding a `RecordFieldPat` variant to the `Pat` enum seemed like the easiest way to handle the `RecordPat` children as a single sequence of elements, maybe there is a better way ? Co-authored-by: Geoffrey Copin <copin.geoffrey@gmail.com>
r? @brson