about summary refs log tree commit diff
path: root/src/test/codegen/refs.rs
AgeCommit message (Collapse)AuthorLines
2016-03-17Add #[rustc_no_mir] to make tests pass with -Z orbit.Eduard Burtescu-0/+2
2015-10-01Avoid unnecessary temporaries when ref'ing a DST valueBjörn Steinbrink-0/+30
A DST value and a fat pointer to it have the same representation, all we have to do is to adjust the type of the datum holding the pointer.