rust/compiler/rustc_mir_transform
Tomasz Miąsko c39d7599a3 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).
2021-09-15 18:48:29 +02:00
..
src Disable RemoveZsts in generators to avoid query cycles 2021-09-15 18:48:29 +02:00
Cargo.toml Rebase fallout. 2021-09-08 20:40:30 +02:00