]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #69981 - oli-obk:const_blocks, r=eddyb
authorMazdak Farrokhzad <twingoow@gmail.com>
Mon, 23 Mar 2020 23:49:39 +0000 (00:49 +0100)
committerGitHub <noreply@github.com>
Mon, 23 Mar 2020 23:49:39 +0000 (00:49 +0100)
commita73ed5aad9afb76bf5ba391641f0cb6c86299242
tree0f476a4e04c898a692b7742084fa80660a05fd7a
parentee9094869c85d336f67de8f328e34944f06f1ebe
parent9b1893f310d185478a0980a7367d5fbc9affcbcc
Rollup merge of #69981 - oli-obk:const_blocks, r=eddyb

Evaluate repeat expression lengths as late as possible

Fixes #68567

r? @varkor
src/librustc/mir/interpret/mod.rs
src/librustc/mir/mod.rs
src/librustc/ty/sty.rs
src/librustc_mir/borrow_check/type_check/mod.rs
src/librustc_mir_build/hair/cx/expr.rs
src/librustc_typeck/astconv.rs
src/librustc_typeck/check/expr.rs
src/librustc_typeck/check/mod.rs