about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2023-02-07 18:02:20 +0000
committerMichael Goulet <michael@errs.io>2023-02-07 19:05:53 +0000
commit2b70cbb8a5935a8fbc8d52d7e8304f8eefeb2d21 (patch)
treebeebf4de8b250b53ee1fa19316ff66f701c774e9 /compiler/rustc_span/src
parente1eaa2d5d4d1f5b7b89561a940718058d414e89c (diff)
downloadrust-2b70cbb8a5935a8fbc8d52d7e8304f8eefeb2d21.tar.gz
rust-2b70cbb8a5935a8fbc8d52d7e8304f8eefeb2d21.zip
Rename PointerSized to PointerLike
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index f1119214be4..1ced75cccbb 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1084,7 +1084,7 @@ symbols! {
         plugins,
         pointee_trait,
         pointer,
-        pointer_sized,
+        pointer_like,
         poll,
         position,
         post_dash_lto: "post-lto",