nightly-2024-10-02: feat!: Syncing TypeVariableKind with Kind (#6094)
Pre-release
Pre-release
·
632 commits
to master
since this release
# Description ## Problem\* Resolves https://github.com/noir-lang/noir/issues/6067 ## Summary\* - Combines `TypeVariableKind` and `Kind` (now only `Kind`) - Adds `Kind` arguments where needed - Adds more `Kind` checks ## Additional Context ## Documentation\* Check one: - [x] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[For Experimental Features]** Documentation to be submitted in a separate PR. # PR Checklist\* - [x] I have tested the changes locally. - [x] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings. --------- Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com> Co-authored-by: Maxim Vezenov <mvezenov@gmail.com>