Path: blob/main/release-content/migration-guides/intern_reflection.md
9328 views
------Interned<T> now requires all instances with T to implement Internable, where previously only the PartialEq, Eq, and Hash implementations required it. Implement Internable for T to fix this.