]> git.lizzy.rs Git - rust.git/commit
Fix dereference of temporary immediate newtype structs
authorSeo Sanghyeon <sanxiyn@gmail.com>
Mon, 1 Jul 2013 16:08:51 +0000 (01:08 +0900)
committerSeo Sanghyeon <sanxiyn@gmail.com>
Mon, 1 Jul 2013 16:08:51 +0000 (01:08 +0900)
commit8aa26ad4547007996e1c3c0f1aa941ea8689b5a6
tree0719a772b138bd2b3cbfb17ffa5672341296ea92
parentfd192891085ecb3c4fee458b2dc374aa5d1ed18d
Fix dereference of temporary immediate newtype structs
src/librustc/middle/trans/datum.rs
src/test/run-pass/newtype-temporary.rs [new file with mode: 0644]