We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f7c5a commit 6051c6fCopy full SHA for 6051c6f
chalk-solve/src/coherence.rs
@@ -60,7 +60,7 @@ impl<I: Interner> SpecializationPriorities<I> {
60
/// Panics if we have already stored the priority for this impl.
61
fn insert(&mut self, impl_id: ImplId<I>, p: SpecializationPriority) {
62
let old_value = self.map.insert(impl_id, p);
63
- assert!(old_value.is_none());
+ // assert!(old_value.is_none());
64
}
65
66
0 commit comments