about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorDeadbeef <ent3rm4n@gmail.com>2022-03-13 15:04:01 +1100
committerDeadbeef <ent3rm4n@gmail.com>2022-03-21 17:04:02 +1100
commit4df2a28aee55f73d4e898c931664b8087b06522d (patch)
tree11e3e8026e59af560333141f625b2c27328200cb /compiler/rustc_span/src
parent051d1176b786aadd7d7c048f822cb6bfab00fe03 (diff)
downloadrust-4df2a28aee55f73d4e898c931664b8087b06522d.tar.gz
rust-4df2a28aee55f73d4e898c931664b8087b06522d.zip
Add `Destructible` for replacing `~const Drop`
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 523a1066a1c..c07cd86b4e2 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -571,6 +571,7 @@ symbols! {
         deref_target,
         derive,
         derive_default_enum,
+        destructible,
         destructuring_assignment,
         diagnostic,
         direct,