-
Notifications
You must be signed in to change notification settings - Fork 559
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
bug: Program creating Nullable<Box<u32>>
panics during execution
#5411
Comments
Small Update: Running the same program using
|
thanks for reporting.
|
In case anyone else runs into it, this error can also be seen at compile time - and is fixed in 2.7.0-rc0. Here is minimized code where we were seeing the same internal error during
|
Bug Report
Cairo version: v2.6.3 (Commit 2203a47)
Current behavior:
Running the cairo program in the Related Code section using
cairo-run
returns panics with:Expected behavior:
The program should run like it used to in v2.5.4, returning :
Run completed successfully, returning [10]
Steps to reproduce:
Create a file with the code in the Related Code section and run it using:
cargo run --bin cairo-run -- --single-file program.cairo
Related code:
Other information:
The text was updated successfully, but these errors were encountered: