rust/compiler/rustc_mir/src
Tomasz Miąsko 00e64ba476 Validate removal of AscribeUserType, FakeRead, and Shallow borrow
Those statements are removed by CleanupNonCodegenStatements pass
in drop lowering phase, and should not occur afterwards.
2020-09-10 00:00:00 +00:00
..
borrow_check Change ty.kind to a method 2020-09-04 17:47:51 +02:00
const_eval Change ty.kind to a method 2020-09-04 17:47:51 +02:00
dataflow Auto merge of #76044 - ecstatic-morse:dataflow-lattice, r=oli-obk 2020-09-07 21:29:43 +00:00
interpret Change ty.kind to a method 2020-09-04 17:47:51 +02:00
monomorphize Change ty.kind to a method 2020-09-04 17:47:51 +02:00
transform Validate removal of AscribeUserType, FakeRead, and Shallow borrow 2020-09-10 00:00:00 +00:00
util Change ty.kind to a method 2020-09-04 17:47:51 +02:00
lib.rs Extend dataflow framework to support arbitrary lattices 2020-08-30 11:15:24 -07:00
shim.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00