about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-08-27 16:06:17 +0000
committerbors <bors@rust-lang.org>2023-08-27 16:06:17 +0000
commit0fe46eed7a3bc8d487fd41e8c7f4c4fc8868fe94 (patch)
tree743fa3b345f6070d8ae55c0f9f46b1ec15d64218 /compiler/rustc_span/src
parentf0727758d101edc92f970a6617b2f26e826777c7 (diff)
parentabe2148aeef3a1ee4622ae8df43370aa749c7b4e (diff)
downloadrust-0fe46eed7a3bc8d487fd41e8c7f4c4fc8868fe94.tar.gz
rust-0fe46eed7a3bc8d487fd41e8c7f4c4fc8868fe94.zip
Auto merge of #115226 - RalfJung:debug-abi, r=compiler-errors
add rustc_abi debugging attribute

This is the call ABI equivalent of `rustc_layout(debug)`.

Fixes https://github.com/rust-lang/rust/issues/115168
r? `@bjorn3`
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,