]> git.lizzy.rs Git - rust.git/commit
forbid calling functions through pointers of a different type
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 14 Jun 2016 08:34:54 +0000 (10:34 +0200)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 14 Jun 2016 08:34:54 +0000 (10:34 +0200)
commitc36dcff0056a4a48651b778ed272aba80f6edd93
tree9b22d65037acd10176b63a8ad3433f8706ef191a
parent55fd060cd885023f918f4e5c5f910523fa7dfd52
forbid calling functions through pointers of a different type
src/error.rs
src/interpreter/mod.rs
src/interpreter/stepper.rs
src/memory.rs
src/primval.rs
tests/compile-fail/cast_fn_ptr.rs [new file with mode: 0644]