Files
rust/compiler
bors 237bb5e008 Auto merge of #88979 - tmiasko:no-remove-zsts-in-generators, r=oli-obk
Disable RemoveZsts in generators to avoid query cycles

Querying layout of a generator requires its optimized MIR. Thus
computing layout during MIR optimization of a generator might create a
query cycle. Disable RemoveZsts in generators to avoid the issue
(similar approach is used in ConstProp transform already).

Fixes #88972.
2021-09-16 16:46:02 +00:00
..
2021-08-30 22:18:55 -07:00
2021-08-27 16:21:25 -07:00
2021-09-08 20:40:30 +02:00
2021-09-09 05:21:32 +00:00