rust/compiler/rustc_mir/src
bors a3956106d1 Auto merge of #88533 - oli-obk:tait_🧊, r=spastorino
Concrete regions can show up in mir borrowck if the originated from there

We used to not encounter them here, because we took regions from typeck's opaque type resolution by renumbering them. We don't do that anymore. Instead mir borrock does all the logic, and it can handle concrete regions just fine, as long as it created them itself.

fixes #83190 which was introduced by #87287

r? `@spastorino`
2021-08-31 22:15:26 +00:00
..
borrow_check Concrete regions can show up in mir borrowck if the originated from there. 2021-08-31 14:38:21 +00:00
const_eval Improve comments about const panic handling 2021-07-28 16:18:38 +02:00
dataflow Remove Session.used_attrs and move logic to CheckAttrVisitor 2021-08-21 13:27:27 -05:00
interpret rustc_target: TyAndLayout::field should never error. 2021-08-30 00:44:09 +03:00
monomorphize Treat macros as HIR items 2021-08-28 00:16:34 -07:00
transform Rollup merge of #86362 - ptrojahn:insert_vars_and_temps, r=jackh726 2021-08-31 17:54:53 +02:00
util Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakis 2021-08-26 22:26:23 +00:00
lib.rs Remove box syntax from rustc_mir 2021-08-18 09:31:51 +02:00
shim.rs update TypeFlags to deal with missing ct substs 2021-08-26 11:00:30 +02:00