]> git.lizzy.rs Git - rust.git/commit
Add const-eval support for indirects
authorChristian Poveda <christianpoveda@protonmail.com>
Sat, 1 Jun 2019 18:08:04 +0000 (13:08 -0500)
committerChristian Poveda <christianpoveda@protonmail.com>
Tue, 4 Jun 2019 04:53:46 +0000 (23:53 -0500)
commit31ab57305227576646174b952e30969907f98986
treefa9860b0519b2089ce53e2710066de3f45ae7388
parent3a6bef0cbd01227bbcf593e8504164120a984fdc
Add const-eval support for indirects
src/librustc_mir/interpret/operand.rs
src/librustc_mir/transform/const_prop.rs
src/test/mir-opt/const_prop/const_prop_fails_gracefully.rs
src/test/mir-opt/const_prop/indirect.rs [new file with mode: 0644]