about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorJakob Degen <jakob.e.degen@gmail.com>2022-08-03 04:30:13 -0700
committerJakob Degen <jakob.e.degen@gmail.com>2022-11-08 23:13:15 -0800
commitba359d8a51d106907332a90c59e1a339b1fc3656 (patch)
tree52bb14b4c8f4deb95971e20ab3190612a69923a0 /compiler/rustc_span/src
parentbc2504a83ca6ee8f6717dedd0721b90ffcbe1300 (diff)
downloadrust-ba359d8a51d106907332a90c59e1a339b1fc3656.tar.gz
rust-ba359d8a51d106907332a90c59e1a339b1fc3656.zip
Add support for custom MIR parsing
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index cccc4897ecc..54a61483a11 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -584,6 +584,7 @@ symbols! {
         custom_attribute,
         custom_derive,
         custom_inner_attributes,
+        custom_mir,
         custom_test_frameworks,
         d,
         d32,