mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
eaf2f26ecc
Support call and drop terminators in custom mir The only caveat with this change is that cleanup blocks are not supported. I would like to add them, but it's not quite clear to me what the best way to do that is, so I'll have to think about it some more. r? ``@oli-obk``