diff options
| author | bors <bors@rust-lang.org> | 2013-04-20 01:57:48 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-04-20 01:57:48 -0700 |
| commit | f2b0ef147a436f39d199a887e8b4c65f570a900d (patch) | |
| tree | 8c33c049aefa9856464f453b4fd4d43b5fd75b54 /src/libcore/vec.rs | |
| parent | 4ff701b7db609cabe59832d47779832a16627b5f (diff) | |
| parent | 5c2e9b29f10694ad76dcb6b88e95243a44813c05 (diff) | |
| download | rust-f2b0ef147a436f39d199a887e8b4c65f570a900d.tar.gz rust-f2b0ef147a436f39d199a887e8b4c65f570a900d.zip | |
auto merge of #5970 : huonw/rust/core-sys-size_of-val, r=pcwalton
This allows one to write ```rust let x = function_with_complicated_return_type(); let size = size_of_val(&x); ``` instead of ```rust let x = function_with_complicated_return_type(); let size = size_of::<ComplicatedReturnType<Foo, Bar>>(); ```
Diffstat (limited to 'src/libcore/vec.rs')
0 files changed, 0 insertions, 0 deletions
