]> git.lizzy.rs Git - rust.git/commit
don't warn on casting byte strs to slices
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 21 Jun 2016 08:08:31 +0000 (10:08 +0200)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 21 Jun 2016 08:08:31 +0000 (10:08 +0200)
commit0de72bba3634efb9d7b637b274c8f2ec1a335bf4
tree0bab51d0891dd94a4fdecce04895b6c8d93be1db
parent4ba60aba387b19267cace9759d9cf14682b72871
don't warn on casting byte strs to slices
src/librustc_const_eval/eval.rs
src/test/run-pass/const-byte-str-cast.rs [new file with mode: 0644]