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.
TasmObject
1 parent f5dde71 commit 15ed18dCopy full SHA for 15ed18d
derive_tasm_object/src/lib.rs
@@ -373,7 +373,7 @@ fn impl_derive_tasm_object_macro(ast: DeriveInput) -> TokenStream {
373
}
374
375
376
- fn compute_size_and_assert_valid_size_indicator(library: &mut crate::tasm_lib::Library) -> Vec<crate::triton_vm::instruction::LabelledInstruction> {
+ fn compute_size_and_assert_valid_size_indicator(library: &mut crate::tasm_lib::library::Library) -> Vec<crate::triton_vm::instruction::LabelledInstruction> {
377
#integral_size_indicators_code
378
379
0 commit comments