]> git.lizzy.rs Git - rust.git/commit
prohibit ptr deref unless in unsafe code
authorNiko Matsakis <niko@alum.mit.edu>
Wed, 12 Oct 2011 04:08:01 +0000 (21:08 -0700)
committerBrian Anderson <banderson@mozilla.com>
Wed, 12 Oct 2011 23:33:07 +0000 (16:33 -0700)
commit3b668066245bf158ef2b990ac80199117b7097b5
treec074f6f357d085706af53425fbe85c1111eddd53
parenta56698575c26a1238409ac638f0912f68dbfa7f5
prohibit ptr deref unless in unsafe code
src/comp/middle/typeck.rs
src/test/compile-fail/unsafe-fn-deref-ptr.rs [new file with mode: 0644]