Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/intern/src/symbol/symbols.rs')
-rw-r--r--crates/intern/src/symbol/symbols.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/crates/intern/src/symbol/symbols.rs b/crates/intern/src/symbol/symbols.rs
index b3b46421b5..9bc78ff87b 100644
--- a/crates/intern/src/symbol/symbols.rs
+++ b/crates/intern/src/symbol/symbols.rs
@@ -240,8 +240,10 @@ define_symbols! {
format_unsafe_arg,
format,
freeze,
+ from,
From,
FromStr,
+ from_str,
from_output,
from_residual,
from_usize,
@@ -273,6 +275,8 @@ define_symbols! {
index_mut,
index,
Index,
+ into,
+ Into,
into_future,
into_iter,
IntoFuture,
@@ -361,6 +365,7 @@ define_symbols! {
panic_nounwind,
panic,
Param,
+ parse,
partial_ord,
PartialEq,
PartialOrd,
@@ -389,6 +394,7 @@ define_symbols! {
RangeToInclusive,
Ready,
receiver,
+ receiver_target,
recursion_limit,
register_attr,
register_tool,
@@ -454,13 +460,17 @@ define_symbols! {
termination,
test_case,
test,
+ then,
thiscall,
+ to_string,
trace_macros,
transmute_opts,
transmute_trait,
transparent,
+ try_into,
Try,
TryFrom,
+ try_from,
tuple_trait,
u128,
u16,