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:
commit
3f11d39eec
23 changed files with 920 additions and 40 deletions
|
@ -584,6 +584,7 @@ symbols! {
|
|||
custom_attribute,
|
||||
custom_derive,
|
||||
custom_inner_attributes,
|
||||
custom_mir,
|
||||
custom_test_frameworks,
|
||||
d,
|
||||
d32,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue