diff options
| author | Ralf Jung <post@ralfj.de> | 2023-08-25 23:01:06 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-08-27 11:55:49 +0200 |
| commit | abe2148aeef3a1ee4622ae8df43370aa749c7b4e (patch) | |
| tree | 9cb6b60774af1263f69faf31bd2d736e7dd49c3d /compiler/rustc_span/src | |
| parent | b60f7b51a27dfd9cbc5ecaa56ee679cd1b67f4c4 (diff) | |
| download | rust-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.rs | 1 |
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, |
