summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorTakayuki Maeda <takoyaki0316@gmail.com>2022-07-15 14:29:15 +0900
committerTakayuki Maeda <takoyaki0316@gmail.com>2022-07-15 14:29:15 +0900
commit45b88aff100463534c036e3880c5f53ac75b83ae (patch)
treef74ac6c7c3c4cad444280ac7b7b7549936996d21 /compiler/rustc_span/src
parent1599c5a82175485bdebbb231fba1cedcac742868 (diff)
downloadrust-45b88aff100463534c036e3880c5f53ac75b83ae.tar.gz
rust-45b88aff100463534c036e3880c5f53ac75b83ae.zip
simplify `suggest_deref_ref_or_into`
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index 9b6967621f1..37d675d6b4d 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1434,6 +1434,8 @@ symbols! {
         thumb2,
         thumb_mode: "thumb-mode",
         tmm_reg,
+        to_string,
+        to_vec,
         todo_macro,
         tool_attributes,
         tool_lints,