summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2023-04-22 16:29:34 +0200
committerest31 <MTest31@outlook.com>2023-05-05 21:44:13 +0200
commit5eb29c7f49c2d99e9bfc778f30984f7fdcf5fc08 (patch)
tree488994893924ca3c1a51acf4e5cadb46949a905c /compiler/rustc_span/src
parent59ecbd2cea20839f1288b917cbf5ba8c23864df7 (diff)
downloadrust-5eb29c7f49c2d99e9bfc778f30984f7fdcf5fc08.tar.gz
rust-5eb29c7f49c2d99e9bfc778f30984f7fdcf5fc08.zip
Migrate offset_of from a macro to builtin # syntax
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 9e543fc8de4..d54a615dd4a 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -441,6 +441,7 @@ symbols! {
         breakpoint,
         bridge,
         bswap,
+        builtin_syntax,
         c_str,
         c_str_literals,
         c_unwind,