rust/src/librustc_trans
bors 1fca1ab0e7 Auto merge of #36351 - pnkfelix:fix-36278-size-miscalc, r=eddyb
When sizing DST, don't double-count nested struct prefixes.

When computing size of `struct P<T>(Q<T>)`, don't double-count prefix added by `Q`

Fix #36278. Fix #36294.
2016-09-10 13:10:29 -07:00
..
2016-09-04 12:30:33 +03:00
2016-09-07 21:03:21 +02:00
2016-09-04 12:30:33 +03:00
2016-09-04 16:12:01 -05:00
2016-09-04 16:12:01 -05:00
2016-09-04 16:12:01 -05:00
2016-09-04 12:27:01 +03:00
2016-09-08 12:58:05 +02:00
2016-08-31 17:47:33 -04:00

See the README.md in ../librustc.