Type inference breakage in 1.80 has not been handled well

Why yank?

  1. These crates no longer work on any supported Rust version (which is 1.80, because the Rust project doesn't support past versions). They're permanently defunct.
  2. It makes Cargo alert users of the affected versions that there's a problem with them.
  3. It prevents new users from locking to the broken versions.

and if yanking of them seems like a too drastic measure or done too soon, then breaking them was also done too hard too soon.

10 Likes