You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
## Problem
Resolves#5358
## Summary
Based on top of #5411
Implements the usual rename/find-all-references but this time for type
aliases.
I noticed some things related to name locations could be simplified (not
stored in a duplicate way) so there's also a small simplification here.
https://github.com/noir-lang/noir/assets/209371/77508029-7002-4708-9cc1-24fc879630db
## Additional Context
None.
## 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.
Problem
PR #4294 adds support for renaming all references to a function however it does not support other items such as type aliases: #4294 (comment)
We should add support for this.
The text was updated successfully, but these errors were encountered: