]> git.lizzy.rs Git - rust.git/commit
make sure ByVal pointers act just like ByRef to a pointer
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 15 Nov 2016 13:12:49 +0000 (14:12 +0100)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 15 Nov 2016 13:12:49 +0000 (14:12 +0100)
commit14ff6411f0018c58de6a323dc8fb8bc46fc44356
tree1790d0f0bde67aa30f011a39a2671154a64cc208
parent4a39c228df089e32cebea1b1aec8cd9694089574
make sure ByVal pointers act just like ByRef to a pointer
src/interpreter/cast.rs
src/interpreter/mod.rs
src/interpreter/terminator/intrinsics.rs
src/interpreter/terminator/mod.rs
src/interpreter/value.rs
src/memory.rs
src/primval.rs
tests/compile-fail/cast_int_to_fn_ptr.rs [new file with mode: 0644]