rust/compiler/rustc_mir_transform
Dylan MacKenzie 42e31fffc4 Skip shim passes if they've already been run
Looks like Generator drop shims already have `post_borrowck_cleanup` run
on them. That's a bit surprising, since it means they're getting const-
and maybe borrow-checked? This merits further investigation, but for now
just preserve the status quo.
2021-12-02 17:31:38 -08:00
..
src Skip shim passes if they've already been run 2021-12-02 17:31:38 -08:00
Cargo.toml Remove re-export. 2021-10-03 16:08:54 +02:00