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 e1f7c8a commit cf6f010Copy full SHA for cf6f010
vm/src/utils.rs
@@ -53,6 +53,7 @@ pub fn from_relocatable_to_indexes(relocatable: Relocatable) -> (usize, usize) {
53
#[macro_use]
54
pub mod test_utils {
55
use crate::serde::deserialize_program::Identifier;
56
+ use crate::stdlib::string::String;
57
use crate::types::exec_scope::ExecutionScopes;
58
use crate::types::relocatable::MaybeRelocatable;
59
use crate::vm::trace::trace_entry::TraceEntry;
0 commit comments