rust/compiler/rustc_mir_build/src
Matthias Krüger eaf2f26ecc
Rollup merge of #105814 - JakobDegen:custom-mir-terms, r=oli-obk
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``
2022-12-17 23:44:28 +01:00
..
build Rollup merge of #105814 - JakobDegen:custom-mir-terms, r=oli-obk 2022-12-17 23:44:28 +01:00
thir Combine projection and opaque into alias 2022-12-13 17:48:55 +00:00
check_unsafety.rs Extract shared logic into a new function 2022-12-13 02:34:43 +00:00
lib.rs Some cleanup around trait_method lookup 2022-11-21 20:34:56 +00:00
lints.rs Refactor rustc lint API 2022-10-01 10:03:06 +00:00