1
Fork 0

Rollup merge of #103464 - JakobDegen:mir-parsing, r=oli-obk

Add support for custom mir

This implements rust-lang/compiler-team#564 . Details about the design, motivation, etc. can be found in there.

r? ```@oli-obk```
This commit is contained in:
Manish Goregaokar 2022-11-09 15:39:03 -05:00 committed by GitHub
commit 3f11d39eec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 920 additions and 40 deletions

View file

@ -584,6 +584,7 @@ symbols! {
custom_attribute,
custom_derive,
custom_inner_attributes,
custom_mir,
custom_test_frameworks,
d,
d32,