Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Dec 20:47
· 3 commits to master since this release

Added

  • #322: sem::TyKind now implements From<*> for all semantic types.

Breaking Changes

  • #322: Renamed sem::TyKind::FnTy -> sem::TyKind::Fn
  • #322: Renamed sem::TyKind::ClosureTy -> sem::TyKind::Closure
  • #322: Renamed sem::ClosureTy::closure_ty_id -> sem::ClosureTy::def_id
  • #342: Increased minimal rust version to build cargo_marker to 1.70