Skip to content

1.9.0 release

Latest
Compare
Choose a tag to compare
@rodrimati1992 rodrimati1992 released this 06 Jan 07:22
2d79ba0

This release deprecates TypeCmp::with_any and TypeNe::with_any due to an unsoundness bug.

Changelog

1.9.0

Deprecated {TypeCmp, TypeNe}::with_any due to unsoundness: both constructors rely on TypeId::of::<L>() != TypeId::of::<R>() implying L != R, which is not true in the general case.