-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option<[u8]>::none()
panics at SSA
#5429
Labels
bug
Something isn't working
Comments
This also reproduces the same issue: fn main() {
let _: [u8] = std::unsafe::zeroed();
} @noir-lang/core Is there a way for |
@asterite should just be an empty slice |
5 tasks
github-merge-queue bot
pushed a commit
that referenced
this issue
Jul 23, 2024
# Description ## Problem Resolves #5429 ## Summary An incorrect type literal type was being passed. ## 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.
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Aim
Ran
nargo compile
on:Expected Behavior
The program to compile without errors
Bug
To Reproduce
Project Impact
None
Impact Context
No response
Workaround
None
Workaround Description
No response
Additional Context
No response
Installation Method
None
Nargo Version
nargo version = 0.31.0 noirc version = 0.31.0+7b77bbfc19c51829814149e623257a3424d8e8c2 (git version hash: 7b77bbf, is dirty: true)
NoirJS Version
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: