about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorXiangfei Ding <dingxiangfei2009@protonmail.ch>2024-05-13 03:16:31 +0800
committerDing Xiang Fei <dingxiangfei2009@protonmail.ch>2024-07-31 17:10:55 +0800
commitd495b84a9a5a0bfcfe353c53b332664c7414e315 (patch)
tree9f7b10247eac5b9c6e6231e3744e2127c3246b49 /compiler/rustc_span/src
parent83dcdb3a5dad0ed1e3e1fadc848d3f7727b41aa5 (diff)
downloadrust-d495b84a9a5a0bfcfe353c53b332664c7414e315.tar.gz
rust-d495b84a9a5a0bfcfe353c53b332664c7414e315.zip
PinCoerceUnsized trait into core
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 e8563f50158..9bacb60eca9 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -276,6 +276,7 @@ symbols! {
         Path,
         PathBuf,
         Pending,
+        PinCoerceUnsized,
         Pointer,
         Poll,
         ProcMacro,