]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #76548 - tmiasko:validate, r=davidtwco
authorTyler Mandry <tmandry@gmail.com>
Thu, 10 Sep 2020 19:20:04 +0000 (12:20 -0700)
committerGitHub <noreply@github.com>
Thu, 10 Sep 2020 19:20:04 +0000 (12:20 -0700)
commit2df1487fc912ccf10e67e836b76def4a2675a568
tree4b8c5d9cbb8503c2ead96c888917b8a574146615
parent9f8a7827a111140f112a424f8bf8f36740865fbd
parent00e64ba476fa5bbc515bd6ff11151f8064748e88
Rollup merge of #76548 - tmiasko:validate, r=davidtwco

Validate removal of AscribeUserType, FakeRead, and Shallow borrow

Those statements are removed by CleanupNonCodegenStatements pass
in drop lowering phase, and should not occur afterwards.