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.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/intern/src/symbol/symbols.rs b/crates/intern/src/symbol/symbols.rs
index ac6daaf006..e5f66a202e 100644
--- a/crates/intern/src/symbol/symbols.rs
+++ b/crates/intern/src/symbol/symbols.rs
@@ -475,6 +475,7 @@ define_symbols! {
PartialOrd,
CoercePointee,
path,
+ pattern_type,
Pending,
phantom_data,
pieces,
@@ -645,6 +646,7 @@ define_symbols! {
eii_internals,
field_representing_type_raw,
intrinsics,
+ core_intrinsics,
link_cfg,
more_maybe_bounds,
negative_bounds,
@@ -670,4 +672,7 @@ define_symbols! {
deref_patterns,
mut_ref,
type_changing_struct_update,
+ RangeMin,
+ RangeMax,
+ RangeSub,
}