There was an error while loading. Please reload this page.
1 parent ed32a82 commit 090a69dCopy full SHA for 090a69d
1 file changed
src/bin/rustscript-repl-compile.rs
@@ -1,7 +1,7 @@
1
use std::io::{self, BufRead, Read, Write};
2
3
-use vm::compiler::{ReplLocalBinding, TypeSchema};
4
use vm::compile_source_for_repl_with_locals;
+use vm::compiler::{ReplLocalBinding, TypeSchema};
5
6
/// Simple binary format for ReplLocalBinding:
7
/// count(u32 LE) × { name_len(u32 LE) + name(bytes) + mutable(u8) + schema_tag(u8) + optional(u8) }
0 commit comments