You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panic!("Property {:?} has the schema {:?} but was already defined as {:?} in another untagged enum variant. The schemas for a property used in multiple untagged enum variants must be identical",
114
+
panic!("Property {:?} has the schema {:?} but was already defined as {:?} in another subschema. The schemas for a property used in multiple subschemas must be identical",
115
115
entry.key(),
116
116
&property,
117
117
entry.get());
118
118
}
119
119
120
120
panic!(
121
-
"Property {:?} is already defined in another tagged enum variant",
121
+
"Property {:?} was already defined in another subschema",
0 commit comments