cairo
cairo copied to clipboard
feat: crate keyword
Feature Request
Describe the Feature Request
Have crate
keyword as in Rust.
Describe Preferred Solution
using crate
instead of possibly long crate names + its more explicit that imports are from current package.
Describe Alternatives
Related Code
crates/cairo-lang-semantic/src/resolve/mod.rs
Additional Context
If the feature request is approved, would you be willing to submit a PR? (Help can be provided if you need assistance submitting a PR)
- [X] Yes
- [ ] No
does help is needed for this issue?
does help is needed for this issue?
There’s an open pr. Waiting for feedback from starkware
@orizi bumping this 🙏
checking if this can happen without particular breaking changes.