]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #5314 : jld/rust/adt-simplification, r=pcwalton
authorbors <bors@rust-lang.org>
Mon, 11 Mar 2013 18:54:49 +0000 (11:54 -0700)
committerbors <bors@rust-lang.org>
Mon, 11 Mar 2013 18:54:49 +0000 (11:54 -0700)
Struct and enum representations have some complicatedness that's no longer needed.  Now that everything's in one place and has access to anything we'd want to know about the type, flatten some of that out.  Slight changes to representations in some cases.


Trivial merge