about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2025-02-06 20:08:29 +0000
committerMichael Goulet <michael@errs.io>2025-02-13 03:45:04 +0000
commit516afd557c521eae3a64882b93d32772f3e2fa45 (patch)
treec102e77323e1271ca98ac99d12978a7e1a8a1198 /compiler/rustc_span/src
parentc72d443cddc78ce239d3a7abc57864bf617bdf2d (diff)
downloadrust-516afd557c521eae3a64882b93d32772f3e2fa45.tar.gz
rust-516afd557c521eae3a64882b93d32772f3e2fa45.zip
Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validity
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 bb59b4c40bd..e93a722ccc0 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -515,6 +515,7 @@ symbols! {
         bang,
         begin_panic,
         bench,
+        bikeshed_guaranteed_no_drop,
         bin,
         binaryheap_iter,
         bind_by_move_pattern_guards,