diff options
| author | Takayuki Maeda <takoyaki0316@gmail.com> | 2022-07-15 14:29:15 +0900 |
|---|---|---|
| committer | Takayuki Maeda <takoyaki0316@gmail.com> | 2022-07-15 14:29:15 +0900 |
| commit | 45b88aff100463534c036e3880c5f53ac75b83ae (patch) | |
| tree | f74ac6c7c3c4cad444280ac7b7b7549936996d21 /compiler/rustc_span/src | |
| parent | 1599c5a82175485bdebbb231fba1cedcac742868 (diff) | |
| download | rust-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.rs | 2 |
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, |
