about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2023-08-25 23:01:06 +0200
committerRalf Jung <post@ralfj.de>2023-08-27 11:55:49 +0200
commitabe2148aeef3a1ee4622ae8df43370aa749c7b4e (patch)
tree9cb6b60774af1263f69faf31bd2d736e7dd49c3d /compiler/rustc_span/src
parentb60f7b51a27dfd9cbc5ecaa56ee679cd1b67f4c4 (diff)
downloadrust-abe2148aeef3a1ee4622ae8df43370aa749c7b4e.tar.gz
rust-abe2148aeef3a1ee4622ae8df43370aa749c7b4e.zip
add rustc_abi debugging attribute
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 07bae08d558..9d4f49f9453 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1281,6 +1281,7 @@ symbols! {
         rust_eh_catch_typeinfo,
         rust_eh_personality,
         rustc,
+        rustc_abi,
         rustc_allocator,
         rustc_allocator_zeroed,
         rustc_allow_const_fn_unstable,