We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be72bc commit 7e7c82fCopy full SHA for 7e7c82f
crates/cairo-lang-sierra-generator/src/program_generator.rs
@@ -52,7 +52,10 @@ fn collect_and_generate_libfunc_declarations<'db>(
52
pre_sierra::Statement::Sierra(program::GenStatement::Return(_))
53
| pre_sierra::Statement::Label(_) => None,
54
pre_sierra::Statement::PushValues(_) => {
55
- panic!("Unexpected pre_sierra::Statement::PushValues in collect_used_libfuncs().")
+ panic!(
56
+ "Unexpected pre_sierra::Statement::PushValues in \
57
+ collect_and_generate_libfunc_declarations()."
58
+ )
59
}
60
})
61
.collect()
0 commit comments