]> git.lizzy.rs Git - rust.git/commit
Go through an allocation when accessing fields of constants
authorOliver Schneider <git-no-reply-9879165716479413131@oli-obk.de>
Mon, 14 May 2018 16:54:24 +0000 (18:54 +0200)
committerOliver Schneider <github35764891676564198441@oli-obk.de>
Sat, 19 May 2018 12:24:24 +0000 (14:24 +0200)
commit6630678428ee7857da4880dfbab519286e436adc
tree4bbc3bf24b18658b2bd63056feda0c0b86856ac2
parent76ddede5c2d2abc4c3b97dd383fcd6809384c323
Go through an allocation when accessing fields of constants
src/librustc/ich/impls_ty.rs
src/librustc/mir/interpret/value.rs
src/librustc/ty/sty.rs
src/librustc_codegen_llvm/mir/constant.rs
src/librustc_codegen_llvm/mir/operand.rs
src/librustc_mir/interpret/const_eval.rs
src/librustc_mir/interpret/eval_context.rs
src/librustc_mir/monomorphize/collector.rs
src/test/ui/const-eval/issue-50706.rs [new file with mode: 0644]